Author: gavin
Date: Fri May 16 21:20:13 2014
New Revision: 266271
URL: http://svnweb.freebsd.org/changeset/base/266271

Log:
  Fix spelling mistake in comment.
  
  Spotted during:       http://www.bsdcan.org/2014/schedule/events/484.en.html

Modified:
  head/sys/arm/arm/locore.S

Modified: head/sys/arm/arm/locore.S
==============================================================================
--- head/sys/arm/arm/locore.S   Fri May 16 21:19:17 2014        (r266270)
+++ head/sys/arm/arm/locore.S   Fri May 16 21:20:13 2014        (r266271)
@@ -82,7 +82,7 @@ ASENTRY_NP(_start)
        mov     r9, r0          /* 0 or boot mode from boot2 */
        mov     r8, r1          /* Save Machine type */
        mov     ip, r2          /* Save meta data */
-       mov     fp, r3          /* Future expantion */
+       mov     fp, r3          /* Future expansion */
 
        /* Make sure interrupts are disabled. */
        mrs     r7, cpsr
_______________________________________________
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