diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-08-08 14:09:23 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-08-08 14:09:23 +0000 |
| commit | a8ff7ed66f1ed7e92f8cbded8aad64b02b4ee772 (patch) | |
| tree | 6825371bd4a7ff6364e86cbe3bc40d962ab8ce28 /share | |
| parent | 1f939e3414cc187147970e4fa016bf2d7dff8e32 (diff) | |
Notes
Diffstat (limited to 'share')
| -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 bfb5589e817b..2f59eb0eec4c 100644 --- a/share/examples/lkm/misc/module/miscmod.c +++ b/share/examples/lkm/misc/module/miscmod.c @@ -81,7 +81,7 @@ MOD_MISC( misc); * * The stat information is basically common to all modules, so there * is no real issue involved with stat; we will leave it lkm_nullcmd(), - * cince we don't have to do anything about it. + * since we don't have to do anything about it. */ static int misc_load( lkmtp, cmd) |
