From bc579c727e0c430641fa1d2b1c869ef69933f1c6 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Jul 2001 11:03:48 +0000 Subject: Typo fix: fasion -> fashion Inspired by: OpenBSD MFC After: 1 week --- sys/dev/twe/twe_freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1