Typo: occured -> occurred
[lttng-tools.git] / src / common / consumer / consumer.c
index e182c991f147baf89bcb482da2ff9b4936d775b6..5c14dd1d80be07eeda87fae696cbde7a450de8ec 100644 (file)
@@ -2374,7 +2374,7 @@ restart:
                                        len = ctx->on_buffer_ready(stream, ctx);
                                        /*
                                         * We don't check the return value here since if we get
-                                        * a negative len, it means an error occured thus we
+                                        * a negative len, it means an error occurred thus we
                                         * simply remove it from the poll set and free the
                                         * stream.
                                         */
@@ -2401,7 +2401,7 @@ restart:
                                                len = ctx->on_buffer_ready(stream, ctx);
                                                /*
                                                 * We don't check the return value here since if we get
-                                                * a negative len, it means an error occured thus we
+                                                * a negative len, it means an error occurred thus we
                                                 * simply remove it from the poll set and free the
                                                 * stream.
                                                 */
This page took 0.024542 seconds and 5 git commands to generate.