Date: Sun, 24 Nov 2013 22:53:50 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258534 - head/sys/arm/s3c2xx0 Message-ID: <201311242253.rAOMrolw052903@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311242253.rAOMrolw052903>