diff --git a/ChangeLog b/ChangeLog index eea449d9d5..4d2d8e3765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 24 10:45:45 2014 Martin Duerst + + * tool/downloader.rb: Small fix to documentation comment. + Tue Sep 23 22:00:20 2014 Nobuyoshi Nakada * parse.y (parse_ident): just after a label, new expression should diff --git a/tool/downloader.rb b/tool/downloader.rb index 4edbc430c1..49205f5c26 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -49,7 +49,7 @@ class Downloader # Update a file from url if newer version is available. # Creates the file if the file doesn't yet exist; however, the # directory where the file is being created has to exist already. - # If +ims+ is false, already download url regardless its last + # If +ims+ is false, always download url regardless of its last # modified time. # # Example usage: