svn commit: r186289 - head/sys/powerpc/booke

Rafal Jaworowski raj at FreeBSD.org
Thu Dec 18 18:28:04 UTC 2008


Author: raj
Date: Thu Dec 18 18:28:03 2008
New Revision: 186289
URL: http://svn.freebsd.org/changeset/base/186289

Log:
  Minor spelling fix in E500 locore.

Modified:
  head/sys/powerpc/booke/locore.S

Modified: head/sys/powerpc/booke/locore.S
==============================================================================
--- head/sys/powerpc/booke/locore.S	Thu Dec 18 18:27:12 2008	(r186288)
+++ head/sys/powerpc/booke/locore.S	Thu Dec 18 18:28:03 2008	(r186289)
@@ -200,7 +200,7 @@ __start:
 	addi	%r1, %r1, (TMPSTACKSZ - 8)
 
 /*
- * Intialise exception vector offsets
+ * Initialise exception vector offsets
  */
 	bl	ivor_setup
 


More information about the svn-src-head mailing list