diff options
author | kris <kris@FreeBSD.org> | 2001-07-23 11:03:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-07-23 11:03:48 +0000 |
commit | bc579c727e0c430641fa1d2b1c869ef69933f1c6 (patch) | |
tree | 500fe37363fb6e6b0a31755729579d0abf31a393 | |
parent | fa37fb0db676d790ad5a3f76738f5682a730f443 (diff) | |
download | FreeBSD-src-bc579c727e0c430641fa1d2b1c869ef69933f1c6.zip FreeBSD-src-bc579c727e0c430641fa1d2b1c869ef69933f1c6.tar.gz |
Typo fix: fasion -> fashion
Inspired by: OpenBSD
MFC After: 1 week
-rw-r--r-- | sys/dev/twe/twe_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twe/twe_freebsd.c b/sys/dev/twe/twe_freebsd.c index 4b442e1..e77e11f 100644 --- a/sys/dev/twe/twe_freebsd.c +++ b/sys/dev/twe/twe_freebsd.c @@ -878,7 +878,7 @@ twe_free_request(struct twe_request *tr) * * These routines ensure that the data which the controller is going to try to * access is actually visible to the controller, in a machine-independant - * fasion. Due to a hardware limitation, I/O buffers must be 512-byte aligned + * fashion. Due to a hardware limitation, I/O buffers must be 512-byte aligned * and we take care of that here as well. */ static void |