svn commit: r255091 - head/sys/arm/arm
Rui Paulo
rpaulo at FreeBSD.org
Sat Aug 31 07:08:21 UTC 2013
Author: rpaulo
Date: Sat Aug 31 07:08:21 2013
New Revision: 255091
URL: http://svnweb.freebsd.org/changeset/base/255091
Log:
Fix a typo in a comment.
Modified:
head/sys/arm/arm/machdep.c
Modified: head/sys/arm/arm/machdep.c
==============================================================================
--- head/sys/arm/arm/machdep.c Sat Aug 31 06:47:53 2013 (r255090)
+++ head/sys/arm/arm/machdep.c Sat Aug 31 07:08:21 2013 (r255091)
@@ -1263,7 +1263,7 @@ initarm(struct arm_boot_params *abp)
break;
/*
* Restricted region includes memory region
- * skip availble region
+ * skip available region
*/
if ((start >= rstart) && (rend >= end)) {
start = rend;
More information about the svn-src-head
mailing list