From 1aeb0ff5ba3ece6906cb4a64e3b2836d6b8e2c12 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 17 Feb 2011 23:08:49 -0500 Subject: [PATCH] Fix informations typo Signed-off-by: Mathieu Desnoyers --- doc/user/user_guide/docbook/user_guide.docbook | 2 +- lttv/lttv/state.h | 2 +- lttv/modules/text/formattedDump.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/user_guide/docbook/user_guide.docbook b/doc/user/user_guide/docbook/user_guide.docbook index f58a5b22..e65c69cc 100644 --- a/doc/user/user_guide/docbook/user_guide.docbook +++ b/doc/user/user_guide/docbook/user_guide.docbook @@ -195,7 +195,7 @@ necessary. You will find them in core.xml. -sysInfo is a script that get informations about the traced computer. It should +sysInfo is a script that get information about the traced computer. It should be invoked like this : diff --git a/lttv/lttv/state.h b/lttv/lttv/state.h index 0ae7e5c6..f6793ebe 100644 --- a/lttv/lttv/state.h +++ b/lttv/lttv/state.h @@ -43,7 +43,7 @@ which events have been processed) and a pointer to the current process, in the process table, being run on that cpu. - For each process in the process table, various informations such as exec + For each process in the process table, various information such as exec file name, pid, ppid and creation time are stored. Each process state also contains an execution mode stack (e.g. irq within system call, called from user mode). */ diff --git a/lttv/modules/text/formattedDump.c b/lttv/modules/text/formattedDump.c index fa2422e7..c4054aa7 100644 --- a/lttv/modules/text/formattedDump.c +++ b/lttv/modules/text/formattedDump.c @@ -142,7 +142,7 @@ static int write_event_content(void *hook_data, void *call_data) /* * By default, metadata's channel won't be display: it goes directly - * to the next event. You can have metadata's informations with -M + * to the next event. You can have metadata's information with -M * switch (a_meta option). */ if (!a_meta && ltt_tracefile_name(tfs->parent.tf) == @@ -341,7 +341,7 @@ static void init() a_meta = FALSE; lttv_option_add("metadata", 'M', - "add metadata informations", + "add metadata information", "", LTTV_OPT_NONE, &a_meta, NULL, NULL); -- 2.34.1