From 5b839ce3c18d11fcb8324ab8720780723f64cecc Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Fri, 2 Sep 2005 09:03:09 +0200 Subject: [PATCH] --- yaml --- r: 6834 b: refs/heads/master c: 13ae6d81b963c7b22ab9c158ee5a392fb57579fe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/do_mounts.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c9f3e4fd87b1..6e40af2ef6e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d51fe1be3f738e7d73f63bb5aa0df88bafb41a21 +refs/heads/master: 13ae6d81b963c7b22ab9c158ee5a392fb57579fe diff --git a/trunk/init/do_mounts.c b/trunk/init/do_mounts.c index 4e11a9aaf14a..b27c11064409 100644 --- a/trunk/init/do_mounts.c +++ b/trunk/init/do_mounts.c @@ -127,10 +127,10 @@ static dev_t try_name(char *name, int part) * used when disk name of partitioned disk ends on a digit. * * If name doesn't have fall into the categories above, we return 0. - * Driverfs is used to check if something is a disk name - it has + * Sysfs is used to check if something is a disk name - it has * all known disks under bus/block/devices. If the disk name - * contains slashes, name of driverfs node has them replaced with - * bangs. try_name() does the actual checks, assuming that driverfs + * contains slashes, name of sysfs node has them replaced with + * bangs. try_name() does the actual checks, assuming that sysfs * is mounted on rootfs /sys. */