Author: imp
Date: Wed Feb  4 16:19:31 2015
New Revision: 278211
URL: https://svnweb.freebsd.org/changeset/base/278211

Log:
  Fix typo
  
  Submitted by: matteo@

Modified:
  head/sys/dev/ed/if_ed.c

Modified: head/sys/dev/ed/if_ed.c
==============================================================================
--- head/sys/dev/ed/if_ed.c     Wed Feb  4 15:59:51 2015        (r278210)
+++ head/sys/dev/ed/if_ed.c     Wed Feb  4 16:19:31 2015        (r278211)
@@ -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).
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to