diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-08-08 14:19:16 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-08-08 14:19:16 +0000 |
commit | 4f24ba2fac5ea816d04085b5abcd0a17b3c65a1a (patch) | |
tree | 4c6d611010845dfddc05d238fbaa6bbf5af32546 /share/examples/lkm/misc/module/miscmod.c | |
parent | a8ff7ed66f1ed7e92f8cbded8aad64b02b4ee772 (diff) |
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
Notes
Notes:
svn path=/head/; revision=38192
Diffstat (limited to 'share/examples/lkm/misc/module/miscmod.c')
-rw-r--r-- | share/examples/lkm/misc/module/miscmod.c | 2 |
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 2f59eb0eec4c..27854fcbb93e 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 |