diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-03-22 06:12:34 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-03-22 06:12:34 +0000 |
commit | 516a75eede6c265002297ec7cc4800863dfe92c3 (patch) | |
tree | 5197a103f58d5ac31cd0005b536bd84d35f4b956 /sys/kern | |
parent | 580e437a6e8367d1046a6069f912dffed03e8dda (diff) |
Typo.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/README b/sys/kern/README index 8f0b8e622bb..a5141056136 100644 --- a/sys/kern/README +++ b/sys/kern/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.3 1999/09/12 14:06:51 kstailey Exp $ -*- text -*- +$OpenBSD: README,v 1.4 2001/03/22 06:12:33 angelos Exp $ -*- text -*- Notes on Adding a System Call @@ -12,4 +12,4 @@ when adding a syscall. Note on Adding a Sysctl Entry Don't forget to add the entry to the sysctl(8) man page. -Don't forget to add the descripton to the sysctl(3) man page. +Don't forget to add the description to the sysctl(3) man page. |