From: Jérémie Galarneau Date: Sun, 23 Aug 2015 04:28:24 +0000 (-0400) Subject: Docs: Clarify ominous comment wording X-Git-Tag: v2.8.0-rc1~472 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e98a44b093e3b566c0d26bfe52d4fac13df4a5a2 Docs: Clarify ominous comment wording Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/cmd.c b/src/bin/lttng-sessiond/cmd.c index 67948252d..0c34d1638 100644 --- a/src/bin/lttng-sessiond/cmd.c +++ b/src/bin/lttng-sessiond/cmd.c @@ -1745,7 +1745,7 @@ static int _cmd_enable_event(struct ltt_session *session, 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); }