From: Mathieu Desnoyers Date: Sat, 23 Mar 2013 16:40:08 +0000 (-0400) Subject: Cleanup: typo fix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d6bce6693d41b7bb9cf51baa91d7f43bff857fd8;p=deliverable%2Fbabeltrace.git Cleanup: typo fix Signed-off-by: Mathieu Desnoyers --- diff --git a/include/babeltrace/ctf-ir/metadata.h b/include/babeltrace/ctf-ir/metadata.h index 04e894512..bc0001513 100644 --- a/include/babeltrace/ctf-ir/metadata.h +++ b/include/babeltrace/ctf-ir/metadata.h @@ -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];