diff options
author | kris <kris@FreeBSD.org> | 2001-02-20 10:30:22 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-02-20 10:30:22 +0000 |
commit | 42c3bc11f77e4f4db20fe05eb17724708e022851 (patch) | |
tree | 57e3ccebb7a67860a2a71103b1c3bb844980837b | |
parent | ca00514d9e8f898a78403e8606df97f7230cc8c9 (diff) | |
download | FreeBSD-src-42c3bc11f77e4f4db20fe05eb17724708e022851.zip FreeBSD-src-42c3bc11f77e4f4db20fe05eb17724708e022851.tar.gz |
Typo fixes: prefered -> preferred
There are some others in contributed/external code I haven't touched.
-rw-r--r-- | share/man/man5/link.5 | 2 | ||||
-rw-r--r-- | share/man/man5/rc.conf.5 | 2 | ||||
-rw-r--r-- | sys/dev/asr/asr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 48f9388..5ad6f46 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -269,7 +269,7 @@ should point at a full path name for the desired shared object. .It Fa sod_major Specifies the major version number of the shared object to load. .It Fa sod_minor -Specifies the prefered minor version number of the shared object to load. +Specifies the preferred minor version number of the shared object to load. .El .Pp The run-time link-editor maintains a list of structures called diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 15389e7..bf9ba9d 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1270,7 +1270,7 @@ using .Xr moused 8 . If the client program does not support the sysmouse type, specify the mousesystems type. -It is the second prefered type. +It is the second preferred type. .It Ar moused_port (str) If .Ar moused_enable diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 9f1b859..ad31c5c 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -531,7 +531,7 @@ DATA_SET (mode0_pciset, mode0_pcidev); * * only ioctl is used. the sd driver provides all other access. */ -#define CDEV_MAJOR 154 /* prefered default character major */ +#define CDEV_MAJOR 154 /* preferred default character major */ STATIC struct cdevsw asr_cdevsw = { asr_open, /* open */ asr_close, /* close */ |