Cleanup: typo fix
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 23 Mar 2013 16:40:08 +0000 (12:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 23 Mar 2013 16:40:08 +0000 (12:40 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/ctf-ir/metadata.h

index 04e894512702fb110b7f900573c9524255d6f3a9..bc00015130b6ec0bdd57e938f3f63d9595051ea3 100644 (file)
@@ -210,7 +210,7 @@ struct ctf_trace {
        int dirfd;
        int flags;              /* open flags */
 
-       /* Heap of streams, ordered to always get the lowest timestam */
+       /* Heap of streams, ordered to always get the lowest timestamp */
        struct ptr_heap *stream_heap;
        char path[PATH_MAX];
 
This page took 0.024691 seconds and 4 git commands to generate.