diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
commit | 453130d9bfc1c6d68b366dfcb041689d69f81295 (patch) | |
tree | fe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/sio/sio.c | |
parent | 7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff) |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 60ba8b85c4b4..166e6bf11597 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -2323,7 +2323,7 @@ siocntxwait(iobase) /* * Read the serial port specified and try to figure out what speed * it's currently running at. We're assuming the serial port has - * been initialized and is basicly idle. This routine is only intended + * been initialized and is basically idle. This routine is only intended * to be run at system startup. * * If the value read from the serial port doesn't make sense, return 0. |