summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-06 19:02:46 +0000
committerattilio <attilio@FreeBSD.org>2013-02-06 19:02:46 +0000
commit9066f231e3b888b377dd18621ab5c1444d20206b (patch)
tree5a2409ff5acb83b8a69a42d0840f7b2dfed431c8 /sys/vm/vm_object.h
parent1bab15985e67b3bb98e46de133ce0d1c0f9e22f1 (diff)
downloadFreeBSD-src-9066f231e3b888b377dd18621ab5c1444d20206b.zip
FreeBSD-src-9066f231e3b888b377dd18621ab5c1444d20206b.tar.gz
Tweak comment to remove splay tree references.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 61d5672d..d1c35ee 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -80,10 +80,10 @@
*
* The root of cached pages pool is protected by both the per-object mutex
* and the free pages queue mutex.
- * On insert in the cache splay tree, the per-object mutex is expected
+ * On insert in the cache radix trie, the per-object mutex is expected
* to be already held and the free pages queue mutex will be
* acquired during the operation too.
- * On remove and lookup from the cache splay tree, only the free
+ * On remove and lookup from the cache radix trie, only the free
* pages queue mutex is expected to be locked.
* These rules allow for reliably checking for the presence of cached
* pages with only the per-object lock held, thereby reducing contention
OpenPOWER on IntegriCloud