aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-27 18:08:03 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-27 18:08:03 +0000
commit7206e42e3469bf3b0e148e013ae1fa54089000c1 (patch)
treeabdce0d0eb506e13afb72050a40083916ec78e4f
parent6df22cb5603e4ffb18e55cf48c1199e6c979240d (diff)
Fix a typo in a comment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32580 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8afe3f7625..0b86aebc72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -379,7 +379,7 @@ else
rawshark_LDFLAGS = -export-dynamic
endif
-# Libraries and plugin flags with which to link tshark.
+# Libraries and plugin flags with which to link rawshark.
rawshark_LDADD = \
$(wireshark_optional_objects) \
wiretap/libwiretap.la \