summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-13 02:04:49 +0000
committerattilio <attilio@FreeBSD.org>2013-02-13 02:04:49 +0000
commit3db337c2eaa008b6e3b1aca423fc22969922aaed (patch)
tree961222d9f4b3183fc0cbb99430b36baece62a7ef /sys/vm/vm_radix.c
parentf61b4323c20a4a6cb10fcb466363b2d2172525fc (diff)
downloadFreeBSD-src-3db337c2eaa008b6e3b1aca423fc22969922aaed.zip
FreeBSD-src-3db337c2eaa008b6e3b1aca423fc22969922aaed.tar.gz
Grammar.
Sponsored by: EMC / Isilon storage division
Diffstat (limited to 'sys/vm/vm_radix.c')
-rw-r--r--sys/vm/vm_radix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c
index cae14fc..7811074 100644
--- a/sys/vm/vm_radix.c
+++ b/sys/vm/vm_radix.c
@@ -648,7 +648,7 @@ restart:
}
/*
- * If a valid page or edge, smaller then the search slot, is
+ * If a valid page or edge, smaller than the search slot, is
* found in the traversal, skip to the next higher-level key.
*/
if (slot == 0 && (rnode->rn_child[slot] == NULL || m != NULL)) {
OpenPOWER on IntegriCloud