cleanup: spelling fixes in comments
[lttng-ust.git] / src / lib / lttng-ust-libc-wrapper / lttng-ust-malloc.c
index 3951f5b0fa3111283b71b7021fc67a9f16f5ee73..48d37f8185e80fb377e5ec9b8f37eb9204966049 100644 (file)
@@ -355,7 +355,7 @@ void *realloc(void *ptr, size_t size)
                        memcpy(retval, ptr, *old_size);
                }
                /*
-                * Mimick that a NULL pointer has been received, so
+                * Mimic that a NULL pointer has been received, so
                 * memory allocation analysis based on the trace don't
                 * get confused by the address from the static
                 * allocator.
This page took 0.023732 seconds and 4 git commands to generate.