summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/examples/lkm/misc/module/miscmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/lkm/misc/module/miscmod.c b/share/examples/lkm/misc/module/miscmod.c
index 2f59eb0..27854fc 100644
--- a/share/examples/lkm/misc/module/miscmod.c
+++ b/share/examples/lkm/misc/module/miscmod.c
@@ -57,7 +57,7 @@ static struct sysent newent = {
/*
* Miscellaneous modules must have their own save areas...
*/
-static struct sysent oldent; /* save are for old callslot entry*/
+static struct sysent oldent; /* save area for old callslot entry*/
/*
* Number of syscall entries for a.out executables
OpenPOWER on IntegriCloud