aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 7b2048c6e2..15ccd1989a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -44,7 +44,7 @@ GENERATED_C_FILES = \
# All the generated files.
GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
-# sources common for ethereal and tshark
+# sources common for wireshark and tshark
WIRESHARK_COMMON_SRC = \
$(PLATFORM_SRC) \
capture_errs.c \
@@ -136,7 +136,7 @@ EXTRA_wireshark_INCLUDES = \
strerror.h \
strptime.h
-# ethereal specifics
+# wireshark specifics
wireshark_SOURCES = \
$(WIRESHARK_COMMON_SRC) \
alert_box.c \