aboutsummaryrefslogtreecommitdiff
path: root/share/examples/drivers
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1998-01-15 13:42:28 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1998-01-15 13:42:28 +0000
commit7cb9d732165d57d66e94f749535e6758ec4b72a2 (patch)
tree77ccb662886f1256b4f7f8130ba40195e1b1140f /share/examples/drivers
parent42625d4a1775f49f9a2d196aaaa882de9f7e6794 (diff)
downloadsrc-7cb9d732165d57d66e94f749535e6758ec4b72a2.tar.gz
src-7cb9d732165d57d66e94f749535e6758ec4b72a2.zip
Fix typo
Notes
Notes: svn path=/head/; revision=32529
Diffstat (limited to 'share/examples/drivers')
-rw-r--r--share/examples/drivers/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/drivers/README b/share/examples/drivers/README
index d6765bdf0302..426dfd7c87b7 100644
--- a/share/examples/drivers/README
+++ b/share/examples/drivers/README
@@ -7,7 +7,7 @@ for you. You can use this driver as a starting point for
writing drivers for your own devices. They have all the hooks needed
for intiialisation, probing, attaching, as well as DEVFS
node creation. They also create sample ioctl commands and a sample
-ioctl definition .h file in /sys/sys. In othe rwords they are fully
+ioctl definition .h file in /sys/sys. In other words they are fully
functional in a 'skeleton' sort of a way. They support multiple devices
so that you may have several of your 'foobar' devices probed and atached
at once.