summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fileutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileutils.rb b/lib/fileutils.rb
index 1baa893edc..f42fe9710d 100644
--- a/lib/fileutils.rb
+++ b/lib/fileutils.rb
@@ -136,7 +136,7 @@ module FileUtils
#
# Options: (none)
#
- # Returns true if +newer+ is newer than all +old_list+.
+ # Returns true if +new+ is newer than all +old_list+.
# Non-existent files are older than any file.
#
# FileUtils.uptodate?('hello.o', %w(hello.c hello.h)) or \