diff options
author | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
commit | 4f9ab6c5808469c9ba3259a28f51ce27809db72d (patch) | |
tree | de55b90adb7094bbce6ffde362ffde2c0815186f /sys/dev/sn | |
parent | 301528b1d3eaa9e833eb7096c798519ccd8b848a (diff) | |
download | FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.zip FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.tar.gz |
Fxi a bunch of typos.
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Diffstat (limited to 'sys/dev/sn')
-rw-r--r-- | sys/dev/sn/if_sn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index d7cc20d..fc26d23 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -443,7 +443,7 @@ startagain: /* * Wait a short amount of time to see if the allocation request * completes. Otherwise, I enable the interrupt and wait for - * completion asyncronously. + * completion asynchronously. */ time_out = MEMORY_WAIT_TIME; |