summaryrefslogtreecommitdiff
path: root/doc/README.binarytrees
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /doc/README.binarytrees
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
downloadwireshark-f0b33a47893e76488561e57d6c2dce07a1295d4b.tar.gz
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'doc/README.binarytrees')
-rw-r--r--doc/README.binarytrees2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.binarytrees b/doc/README.binarytrees
index dba93db76b..c5c039a6d3 100644
--- a/doc/README.binarytrees
+++ b/doc/README.binarytrees
@@ -17,7 +17,7 @@ Ethereal provides its own version of red black binary trees designed in
particular to be easy to use and to eliminate most of the memory management
often associated with such trees.
-The trees supported by ethereal are currently all created using SEasonal
+The trees supported by wireshark are currently all created using SEasonal
storage which means that when you load a new trace into ethereal, the SEasonal
memory management will automatically release every single byte of data
associated with the tree.