diff options
author | imp <imp@FreeBSD.org> | 2015-02-04 16:19:31 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-02-04 16:19:31 +0000 |
commit | aca39148ccd447d7b4bb5379a6ebb35b0aa2e1eb (patch) | |
tree | 2da77441915b301e58f84005a814a1cebb94698b /sys/dev/ed | |
parent | 7c0a82925cbdeac68a26fbb84808ce11fa2119ec (diff) | |
download | FreeBSD-src-aca39148ccd447d7b4bb5379a6ebb35b0aa2e1eb.zip FreeBSD-src-aca39148ccd447d7b4bb5379a6ebb35b0aa2e1eb.tar.gz |
Fix typo
Submitted by: matteo@
Diffstat (limited to 'sys/dev/ed')
-rw-r--r-- | sys/dev/ed/if_ed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index dedeb5f..00e785d 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -976,7 +976,7 @@ edintr(void *arg) /* * loop until there are no more new interrupts. When the card goes * away, the hardware will read back 0xff. Looking at the interrupts, - * it would appear that 0xff is impossible as ED_ISR_RST is noramlly + * it would appear that 0xff is impossible as ED_ISR_RST is normally * clear. ED_ISR_RDC is also normally clear and only set while * we're transferring memory to the card and we're holding the * ED_LOCK (so we can't get into here). |