Fix informations typo
authorJon Bernard <jbernard@debian.org>
Fri, 18 Feb 2011 04:08:49 +0000 (23:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 18 Feb 2011 04:08:49 +0000 (23:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/user/user_guide/docbook/user_guide.docbook
lttv/lttv/state.h
lttv/modules/text/formattedDump.c

index f58a5b22bb241cbd2d30c2a262d77d3619bdb951..e65c69cc23f008ca6ce519951f23489e10440424 100644 (file)
@@ -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>
index 0ae7e5c63194ad5beaf8bf699e8800932dd8445f..f6793ebeb3ebdc4d5e5853afb13770fa8ff2aeff 100644 (file)
@@ -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). */
index fa2422e7d5fac1159ff46ef78c349da1ec5c19d2..c4054aa761b0e15f606d1f019dbda3b25a9f60e4 100644 (file)
@@ -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);
 
This page took 0.025748 seconds and 4 git commands to generate.