- commentary typo
This commit is contained in:
parent
1375bc7b67
commit
91d4a2dac3
@ -32,7 +32,7 @@ int mknod_main(int argc, char **argv)
|
|||||||
|
|
||||||
dev = 0;
|
dev = 0;
|
||||||
if ((*name != 'p') && ((argc -= 2) == 2)) {
|
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. */
|
* optimize out to two constants. */
|
||||||
dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)),
|
dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)),
|
||||||
xatoul_range(argv[3], 0, minor(UINT_MAX)));
|
xatoul_range(argv[3], 0, minor(UINT_MAX)));
|
||||||
|
Loading…
Reference in New Issue
Block a user