From 91d4a2dac3a239455abfd0037cd2d7650a9af616 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 2 Dec 2006 20:47:36 +0000 Subject: - commentary typo --- coreutils/mknod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/mknod.c b/coreutils/mknod.c index 7cc478f17..8ca511cd5 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -32,7 +32,7 @@ int mknod_main(int argc, char **argv) dev = 0; if ((*name != 'p') && ((argc -= 2) == 2)) { - /* Autodetect what the system supports; thexe macros should + /* Autodetect what the system supports; these macros should * optimize out to two constants. */ dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)), xatoul_range(argv[3], 0, minor(UINT_MAX))); -- cgit v1.2.3