svn commit: r258534 - head/sys/arm/s3c2xx0

Gavin Atkinson gavin at FreeBSD.org
Sun Nov 24 22:53:50 UTC 2013


Author: gavin
Date: Sun Nov 24 22:53:49 2013
New Revision: 258534
URL: http://svnweb.freebsd.org/changeset/base/258534

Log:
  Fix typo in comment.

Modified:
  head/sys/arm/s3c2xx0/s3c24x0_machdep.c

Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c
==============================================================================
--- head/sys/arm/s3c2xx0/s3c24x0_machdep.c	Sun Nov 24 22:45:49 2013	(r258533)
+++ head/sys/arm/s3c2xx0/s3c24x0_machdep.c	Sun Nov 24 22:53:49 2013	(r258534)
@@ -351,7 +351,7 @@ initarm(struct arm_boot_params *abp)
 	 * but since we are boot strapping the addresses used for the read
 	 * may have just been remapped and thus the cache could be out
 	 * of sync. A re-clean after the switch will cure this.
-	 * After booting there are no gross reloations of the kernel thus
+	 * After booting there are no gross relocations of the kernel thus
 	 * this problem will not occur after initarm().
 	 */
 	cpu_idcache_wbinv_all();


More information about the svn-src-all mailing list