diff options
Diffstat (limited to 'rmmod.c')
-rw-r--r-- | rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ extern int rmmod_main(int argc, char **argv) while (*(++(*argv))) { switch (**argv) { case 'a': - /* Unload _all_ modules via NULL delete_module() call */ + /* Unload _all_ unused modules via NULL delete_module() call */ if (delete_module(NULL)) { perror("rmmod"); exit( FALSE); |