aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-24 02:37:36 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-24 02:37:36 +0000
commit40a863f8bf5f3cd589f1667c2b5b88beac6f5035 (patch)
treea1477789c82390d84ba80dd54d28ab21e1b8f5ce /capture_sync.c
parent898334c7a55237ae18dbff30a608c5eb3cd7c348 (diff)
Fix prematurely-terminated comment.
svn path=/trunk/; revision=38696
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. */