summaryrefslogtreecommitdiff
path: root/bootstrap
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 /bootstrap
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 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 26066b2ab..6a21392d4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -790,7 +790,7 @@ symlink_to_dir()
# Leave any existing symlink alone, if it already points to the source,
# so that broken build tools that care about symlink times
# aren't confused into doing unnecessary builds. Conversely, if the
- # existing symlink's time stamp is older than the source, make it afresh,
+ # existing symlink's timestamp is older than the source, make it afresh,
# so that broken tools aren't confused into skipping needed builds. See
# <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
test -h "$dst" &&