]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix comment.
authorRoy Marples <roy@marples.name>
Fri, 19 Sep 2008 23:31:17 +0000 (23:31 +0000)
committerRoy Marples <roy@marples.name>
Fri, 19 Sep 2008 23:31:17 +0000 (23:31 +0000)
dhcpcd-run-hooks.in

index c18bd27267dd46bd4605827da1e56681e00140fd..a8c28d0c0d5b6aafc7f6de6d4260e038a28e5e53 100644 (file)
@@ -90,7 +90,7 @@ remove_markers()
 }
 
 # Compare two files
-# It different, replace first with second otherwise remove second
+# If different, replace first with second otherwise remove second
 change_file()
 {
        if type cmp >/dev/null 2>&1; then