diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-26 21:14:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-26 21:14:09 +0000 |
commit | be5b60817bec82bee545017189f4285690b431e0 (patch) | |
tree | afe25ff3d06815bd2d2ade9911c34ace300f6dd9 /sys/conf | |
parent | 9107fc5914d91d28fa7fc9e79cf4601114bc71fe (diff) |
typo
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index ff695784544..7ef0fb863ce 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.28 1998/04/25 04:32:03 gene Exp $ +# $OpenBSD: GENERIC,v 1.29 1998/04/26 21:14:08 millert Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -7,7 +7,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC -option NTP # hooks supporint the Network Time Protocol +option NTP # hooks supporting the Network Time Protocol option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices |