diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-07-23 11:03:48 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-07-23 11:03:48 +0000 |
| commit | b0b32f29dc31b0c7becfd4f12a1bee258210cc23 (patch) | |
| tree | 500fe37363fb6e6b0a31755729579d0abf31a393 | |
| parent | 3697d3f8cac5852e6e17c6652f7741013facc729 (diff) | |
Notes
| -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 4b442e1127ff..e77e11f73eb6 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 |
