aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-24 02:37:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-24 02:37:36 +0000
commit15a1eec3dd6d9bcf8dd638343dee2f258e8cdf04 (patch)
treea1477789c82390d84ba80dd54d28ab21e1b8f5ce /capture_sync.c
parent7616dfff2d8cc538b8d5f1ef9d2ccf858b445080 (diff)
Fix prematurely-terminated comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38696 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 156e9ed31e..bf0272bbaf 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -1621,7 +1621,7 @@ sync_pipe_input_cb(gint source, gpointer user_data)
That should only be the case for very fast file switches;
We can't do much more than telling the child to stop.
(This is the "emergency brake" if the user e.g. wants to
- switch files every second). */
+ switch files every second).
This can also happen if the user specified "-", meaning
"standard output", as the capture file. */