From 6d5504d566be043a9006a02560b8ba779c67265b Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 8 Aug 1998 14:19:16 +0000 Subject: Typo fix. The PR suggested that "save are for old callslot entry" should be "slot area for old callslot entry", but I think "save area for old callslot entry" is what was intended. PR: 7526 --- share/examples/lkm/misc/module/miscmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.1