Typo: occurences -> occurrences
[lttng-tools.git] / src / bin / lttng-sessiond / event-notifier-error-accounting.c
index d3e3692f53e2b1bb60c979582d965db48de9e82b..1488d801c8f360cef8a341a2c4d5cbaa1156223f 100644 (file)
@@ -488,7 +488,7 @@ error_create_counter_data:
        lttng_ust_ctl_destroy_counter(daemon_counter);
 error_create_daemon_counter:
 error_shm_alloc:
-       /* Error occured before per-cpu SHMs were handed-off to ustctl. */
+       /* Error occurred before per-cpu SHMs were handed-off to ustctl. */
        if (cpu_counter_fds) {
                for (i = 0; i < entry->nr_counter_cpu_fds; i++) {
                        if (cpu_counter_fds[i] < 0) {
This page took 0.024186 seconds and 4 git commands to generate.