summaryrefslogtreecommitdiff
path: root/udev_add.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-27 20:22:00 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-27 20:22:00 +0200
commite688ad2d0da96db1e801ccc21189111ddee1bf40 (patch)
tree9ed6b1dc592be606969065e949c85797f313b7a3 /udev_add.c
parentc643d6183653ab908fbda48892357daa29dd5c52 (diff)
because is better than cause
Diffstat (limited to 'udev_add.c')
-rw-r--r--udev_add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev_add.c b/udev_add.c
index 398dcb58fa..6c023ab968 100644
--- a/udev_add.c
+++ b/udev_add.c
@@ -54,7 +54,7 @@ int udev_make_node(struct udevice *udev, const char *file, dev_t devt, mode_t mo
/* preserve node with already correct numbers, to prevent changing the inode number */
if ((stats.st_mode & S_IFMT) == (mode & S_IFMT) && (stats.st_rdev == devt)) {
- info("preserve file '%s', cause it has correct dev_t", file);
+ info("preserve file '%s', because it has correct dev_t", file);
selinux_setfilecon(file, udev->dev->kernel_name, stats.st_mode);
goto perms;
}
@@ -279,7 +279,7 @@ int udev_add_device(struct udevice *udev)
goto exit;
info("renamed netif to '%s'", udev->name);
- /* we've changed the name, now fake the devpath, cause the
+ /* we've changed the name, now fake the devpath, because the
* original kernel name sleeps with the fishes and we don't
* get an event from the kernel with the new name
*/