aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-03-24 02:40:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-03-24 02:40:59 +0000
commitf8d7cbf6541846ddd04bb239443c66f16a0a8ec4 (patch)
tree32bc64c795fd5ad90e7826420b22d686655d35dd /capture_loop.c
parentfe3c3029aaccd6b5a8fe7774d7902188a03c2c94 (diff)
remove some XXX markers in comments which are no (longer) ToDo items
svn path=/trunk/; revision=17715
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 9c19f6023d..445a6f7a74 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -590,11 +590,11 @@ capture_loop_open_input(capture_options *capture_opts, loop_data *ld,
if (ld->cap_pipe_err == PIPNEXIST) {
/* Pipe doesn't exist, so output message for interface */
- /* If we got a "can't find PPA for XXX" message, warn the user (who
+ /* If we got a "can't find PPA for X" message, warn the user (who
is running (T)Ethereal on HP-UX) that they don't have a version
of libpcap that properly handles HP-UX (libpcap 0.6.x and later
versions, which properly handle HP-UX, say "can't find /dev/dlpi
- PPA for XXX" rather than "can't find PPA for XXX"). */
+ PPA for X" rather than "can't find PPA for X"). */
if (strncmp(open_err_str, ppamsg, sizeof ppamsg - 1) == 0)
libpcap_warn =
"\n\n"