diff options
author | alex <alex@FreeBSD.org> | 1997-06-18 00:35:53 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-06-18 00:35:53 +0000 |
commit | e5ccd3d79ccb6d06ad75151df380d357f911bfcb (patch) | |
tree | 6d8fea747977ae71c757582a5763310967da12de /share | |
parent | a3a4d0ec6dcc16e030629e9ba630f7b706273013 (diff) | |
download | FreeBSD-src-e5ccd3d79ccb6d06ad75151df380d357f911bfcb.zip FreeBSD-src-e5ccd3d79ccb6d06ad75151df380d357f911bfcb.tar.gz |
Typo police.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/lkm/syscall/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/lkm/syscall/README b/share/examples/lkm/syscall/README index 834dbeb..b33757e 100644 --- a/share/examples/lkm/syscall/README +++ b/share/examples/lkm/syscall/README @@ -46,7 +46,7 @@ make load The system call prints a message on the console when called. - This message will be preinted when running "make load" in + This message will be printed when running "make load" in the "test" subdirectory. |