From 5d7af681f449383dc07ee3965ed5f7959b4d1a56 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Tue, 19 Jul 2011 17:46:44 -0700 Subject: [PATCH] Fixing comment. --- src/PktSrc.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PktSrc.cc b/src/PktSrc.cc index 7e178d69e2..b2287bf8e8 100644 --- a/src/PktSrc.cc +++ b/src/PktSrc.cc @@ -512,8 +512,7 @@ PktFileSrc::PktFileSrc(const char* arg_readfile, const char* filter, return; // We don't put file sources into non-blocking mode as - // otherwise we would not be able to identify the EOF - // via next_packet(). + // otherwise we would not be able to identify the EOF. selectable_fd = fileno(pcap_file(pd));