Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [LTTV PATCH] Fix informations typo
@ 2011-02-18  1:26 Jon Bernard
  2011-02-18  2:45 ` Mathieu Desnoyers
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Bernard @ 2011-02-18  1:26 UTC (permalink / raw)


---
 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 f58a5b2..e65c69c 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.
 </para>
 <para>
-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 :
 </para>
 <screen>
diff --git a/lttv/lttv/state.h b/lttv/lttv/state.h
index 0ae7e5c..f6793eb 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 fa2422e..c4054aa 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);
 
-- 




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ltt-dev] [LTTV PATCH] Fix informations typo
  2011-02-18  1:26 [ltt-dev] [LTTV PATCH] Fix informations typo Jon Bernard
@ 2011-02-18  2:45 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2011-02-18  2:45 UTC (permalink / raw)


* Jon Bernard (jbernard at debian.org) wrote:

Merged, thanks Jon!

Mathieu

> ---
>  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 f58a5b2..e65c69c 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.
>  </para>
>  <para>
> -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 :
>  </para>
>  <screen>
> diff --git a/lttv/lttv/state.h b/lttv/lttv/state.h
> index 0ae7e5c..f6793eb 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 fa2422e..c4054aa 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);
>  
> -- 
> 
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-18  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-18  1:26 [ltt-dev] [LTTV PATCH] Fix informations typo Jon Bernard
2011-02-18  2:45 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox