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;
_______________________________________________
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