summaryrefslogtreecommitdiffstats
path: root/dhcpcd-run-hooks.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-19 23:31:17 +0000
committerRoy Marples <roy@marples.name>2008-09-19 23:31:17 +0000
commit1f580944fa848a9c14639e68076f182de08dc917 (patch)
treedf919154fa60bb23ed3dd189aed2b3ff464472b4 /dhcpcd-run-hooks.in
parentbbe2fd074f83d32af75dbcc0e0dfec8eda1fec11 (diff)
downloaddhcpcd-1f580944fa848a9c14639e68076f182de08dc917.tar.xz
Fix comment.
Diffstat (limited to 'dhcpcd-run-hooks.in')
-rw-r--r--dhcpcd-run-hooks.in2
1 files changed, 1 insertions, 1 deletions
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