Typo: occurences -> occurrences
[lttng-tools.git] / src / bin / lttng-sessiond / event-notifier-error-accounting.c
index e7b2def91c4b2675d7500c6c8c664e39e1339fb6..356cbc4d6a004edd73dcf36279399bc9b7b7ab09 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.025008 seconds and 4 git commands to generate.