Docs: Clarify ominous comment wording
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 23 Aug 2015 04:28:24 +0000 (00:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 23 Aug 2015 04:31:27 +0000 (00:31 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c

index 67948252dc44708f59e0150ba3e9ff2b2b28c7a3..0c34d163841dbc35db367173174a08ad2fc5117e 100644 (file)
@@ -1745,7 +1745,7 @@ static int _cmd_enable_event(struct ltt_session *session,
                        default_chan_name = DEFAULT_PYTHON_CHANNEL_NAME;
                        break;
                default:
                        default_chan_name = DEFAULT_PYTHON_CHANNEL_NAME;
                        break;
                default:
-                       /* The switch/case we are in should avoid this else big problem */
+                       /* The switch/case we are in makes this impossible */
                        assert(0);
                }
 
                        assert(0);
                }
 
This page took 0.0271 seconds and 4 git commands to generate.