summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2013-03-17 20:44:09 +0000
committeralc <alc@FreeBSD.org>2013-03-17 20:44:09 +0000
commita69d85af8b2642ba2d10b8aa37bc58a3123ec1c6 (patch)
tree28a42f7ed680795141e4123f8fa8afdab428ebeb /sys
parent6cbd8f24b910e195dc43695599da470550138fcf (diff)
downloadFreeBSD-src-a69d85af8b2642ba2d10b8aa37bc58a3123ec1c6.zip
FreeBSD-src-a69d85af8b2642ba2d10b8aa37bc58a3123ec1c6.tar.gz
Fix a couple typos.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_radix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c
index c0c474e..3b71fec 100644
--- a/sys/vm/vm_radix.c
+++ b/sys/vm/vm_radix.c
@@ -531,7 +531,7 @@ restart:
/*
* If the keys differ before the current bisection node
- * the search key might rollback to the earlierst
+ * the search key might rollback to the earliest
* available bisection node, or to the smaller value
* in the current domain (if the owner is bigger than the
* search key).
@@ -620,7 +620,7 @@ restart:
/*
* If the keys differ before the current bisection node
- * the search key might rollback to the earlierst
+ * the search key might rollback to the earliest
* available bisection node, or to the higher value
* in the current domain (if the owner is smaller than the
* search key).
OpenPOWER on IntegriCloud