From: Roy Marples Date: Fri, 19 Sep 2008 23:31:17 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v5.0.0~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f580944fa848a9c14639e68076f182de08dc917;p=thirdparty%2Fdhcpcd.git Fix comment. --- diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index c18bd272..a8c28d0c 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -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