summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2017-01-21 15:04:43 +0000
committerPádraig Brady <P@draigBrady.com>2017-01-21 15:04:43 +0000
commitbd9beb510225a05fdfc581627df03e5a08ec408f (patch)
treef634d938b8639d13a88794711b0b22587c6bb540 /src
parentb14be5085cd1aefd473a000456b21270e6070711 (diff)
downloadcoreutils-bd9beb510225a05fdfc581627df03e5a08ec408f.tar.xz
maint: appease syntax-check failures due to recent updates
* bootstrap: s/time stamp/timestamp/. * old/fileutils/NEWS: Likewise. * src/tail.c: Avoided a long line.
Diffstat (limited to 'src')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 9c31962d1..3023dd4df 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -1956,7 +1956,7 @@ tail_file (struct File_spec *f, uintmax_t n_units)
{
/* Note: we must use read_pos here, not stats.st_size,
to avoid a race condition described by Ken Raeburn:
- http://lists.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html */
+ http://lists.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html */
record_open_fd (f, fd, read_pos, &stats, (is_stdin ? -1 : 1));
f->remote = fremote (fd, pretty_name (f));
}