aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
commit996d4db495e60df8a627097e3885acdce209132c (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/emem.c
parent5db0c85982c837278fb397d53233303cd0eaf8e3 (diff)
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/emem.c')
-rw-r--r--epan/emem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/emem.c b/epan/emem.c
index f2ffa9adbb..0cf3501d31 100644
--- a/epan/emem.c
+++ b/epan/emem.c
@@ -1,5 +1,5 @@
/* emem.c
- * Ethereal memory management and garbage collection functions
+ * Wireshark memory management and garbage collection functions
* Ronnie Sahlberg 2005
*
* $Id$
@@ -185,7 +185,7 @@ emem_canary_pad (size_t allocation) {
/* Initialize the packet-lifetime memory allocation pool.
- * This function should be called only once when Ethereal or Tethereal starts
+ * This function should be called only once when Wireshark or Twireshark starts
* up.
*/
void
@@ -223,7 +223,7 @@ ep_init_chunk(void)
}
/* Initialize the capture-lifetime memory allocation pool.
- * This function should be called only once when Ethereal or Tethereal starts
+ * This function should be called only once when Wireshark or Twireshark starts
* up.
*/
void