From d6bce6693d41b7bb9cf51baa91d7f43bff857fd8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 23 Mar 2013 12:40:08 -0400 Subject: [PATCH] Cleanup: typo fix Signed-off-by: Mathieu Desnoyers --- include/babeltrace/ctf-ir/metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/ctf-ir/metadata.h b/include/babeltrace/ctf-ir/metadata.h index 04e89451..bc000151 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]; -- 2.34.1