summaryrefslogtreecommitdiff
path: root/udev_rules.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-19 09:56:53 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-03-19 09:56:53 +0100
commiteb5b86405b14ca2ac2508f9dec9862cc57110131 (patch)
tree5b2e7b2eb4d0dc29242e87c40bf4ad47d848c915 /udev_rules.c
parent3045132a0df944c33f459f4e8cafdc6b84800174 (diff)
update %n on netif name change
Diffstat (limited to 'udev_rules.c')
-rw-r--r--udev_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_rules.c b/udev_rules.c
index ea02b8e945..f8844a8438 100644
--- a/udev_rules.c
+++ b/udev_rules.c
@@ -289,7 +289,7 @@ static int wait_for_sysfs(struct udevice *udev, const char *file, int timeout)
info("file '%s' appeared after %i loops", filepath, (timeout * WAIT_LOOP_PER_SECOND) - loop-1);
return 0;
}
- /* make sure the device does not have disappeared in the meantime */
+ /* make sure, the device did not disappear in the meantime */
if (stat(devicepath, &stats) != 0) {
info("device disappeared while waiting for '%s'", filepath);
return -2;