summaryrefslogtreecommitdiff
path: root/doc/README.binarytrees
diff options
context:
space:
mode:
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.