diff options
author | alc <alc@FreeBSD.org> | 2013-03-17 20:44:09 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2013-03-17 20:44:09 +0000 |
commit | a69d85af8b2642ba2d10b8aa37bc58a3123ec1c6 (patch) | |
tree | 28a42f7ed680795141e4123f8fa8afdab428ebeb | |
parent | 6cbd8f24b910e195dc43695599da470550138fcf (diff) | |
download | FreeBSD-src-a69d85af8b2642ba2d10b8aa37bc58a3123ec1c6.zip FreeBSD-src-a69d85af8b2642ba2d10b8aa37bc58a3123ec1c6.tar.gz |
Fix a couple typos.
Sponsored by: EMC / Isilon Storage Division
-rw-r--r-- | sys/vm/vm_radix.c | 4 |
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). |