All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1
@ 2016-07-16 22:25 Masanari Iida
  2016-07-16 22:25 ` [Cocci] [bug-cocci][PATCH 2/2] Fixed : typo in spatch.1.in Masanari Iida
  2016-07-17  6:18 ` [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Julia Lawall
  0 siblings, 2 replies; 8+ messages in thread
From: Masanari Iida @ 2016-07-16 22:25 UTC (permalink / raw)
  To: cocci

This patch fix 3 typos found in docs/pycocci.1
---
 docs/pycocci.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/pycocci.1 b/docs/pycocci.1
index 8d94d23aae0c..46d500f56a9a 100644
--- a/docs/pycocci.1
+++ b/docs/pycocci.1
@@ -81,7 +81,7 @@ can typically display differences better.
 default given that at least for Linux kernel development some C files tend to
 include headers in paths only specified by a target's Makefile through
 utilities such as subdir-ccflags or ccflags-y making it difficult to ensure
-all required header files are read by Coccinelle. We are agressive with
+all required header files are read by Coccinelle. We are aggressive with
 headers search and inclusion.
 
 A default timeout of 120 seconds is used by default. Not using a timeout
@@ -188,7 +188,7 @@ used to apply the <SmPL-patch.cocci> ("pycocci-smpl-8-random-chars"). \fBpycocci
 display name of the newly created branches and finally provide the
 output of \fBgit diff --stat <pycocci-patch-8-random-chars>..<pycocci-smpl-8-random-chars>\fP. You should see
 no changes, and therefore a \fBperfect SmPL patch equivalence\fP, when the diffstat
-on the ouput shows no changes. The way to interpet a positive diffstat is that
+on the output shows no changes. The way to interpret a positive diffstat is that
 the <SmPL-patch.cocci> is introducing more changes than the patch series. The
 way to interpret a negative diffstat is that the <SmPL-patch.cocci> is lacking
 some changes in place on the patch series. \fBpycocci\fP will use \fBgit rev-parse --toplevel\fP
-- 
2.9.2.277.g2949358

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

* [Cocci] [bug-cocci][PATCH 2/2] Fixed : typo in spatch.1.in
  2016-07-16 22:25 [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Masanari Iida
@ 2016-07-16 22:25 ` Masanari Iida
  2016-07-17  6:18 ` [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Julia Lawall
  1 sibling, 0 replies; 8+ messages in thread
From: Masanari Iida @ 2016-07-16 22:25 UTC (permalink / raw)
  To: cocci

This patch fix a spelling typo in docs/spatch.1.in
---
 docs/spatch.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spatch.1.in b/docs/spatch.1.in
index dccf6fca4b51..9e72eb1e7821 100644
--- a/docs/spatch.1.in
+++ b/docs/spatch.1.in
@@ -404,7 +404,7 @@ convert ifdef to if (experimental)
 \fB\-\-noadd\-typedef\-root\fR
 .TP
 \fB\-\-disallow\-nested\-exps\fR
-disallow an expresion pattern from matching a term and its subterm
+disallow an expression pattern from matching a term and its subterm
 .HP
 \fB\-\-disable\-worth\-trying\-opt\fR
 .HP
-- 
2.9.2.277.g2949358

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

* [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1
  2016-07-16 22:25 [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Masanari Iida
  2016-07-16 22:25 ` [Cocci] [bug-cocci][PATCH 2/2] Fixed : typo in spatch.1.in Masanari Iida
@ 2016-07-17  6:18 ` Julia Lawall
  2016-07-17  8:29   ` [Cocci] [PATCH 1/4] [bug-cocci] " Masanari Iida
  1 sibling, 1 reply; 8+ messages in thread
From: Julia Lawall @ 2016-07-17  6:18 UTC (permalink / raw)
  To: cocci

Thank you for your contributions.  Could you resend with a Signed-off-by:
as described at the end of the file readme.txt in the Coccinelle source
code tree?

thanks,
julia

On Sun, 17 Jul 2016, Masanari Iida wrote:

> This patch fix 3 typos found in docs/pycocci.1
> ---
>  docs/pycocci.1 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/pycocci.1 b/docs/pycocci.1
> index 8d94d23aae0c..46d500f56a9a 100644
> --- a/docs/pycocci.1
> +++ b/docs/pycocci.1
> @@ -81,7 +81,7 @@ can typically display differences better.
>  default given that at least for Linux kernel development some C files tend to
>  include headers in paths only specified by a target's Makefile through
>  utilities such as subdir-ccflags or ccflags-y making it difficult to ensure
> -all required header files are read by Coccinelle. We are agressive with
> +all required header files are read by Coccinelle. We are aggressive with
>  headers search and inclusion.
>
>  A default timeout of 120 seconds is used by default. Not using a timeout
> @@ -188,7 +188,7 @@ used to apply the <SmPL-patch.cocci> ("pycocci-smpl-8-random-chars"). \fBpycocci
>  display name of the newly created branches and finally provide the
>  output of \fBgit diff --stat <pycocci-patch-8-random-chars>..<pycocci-smpl-8-random-chars>\fP. You should see
>  no changes, and therefore a \fBperfect SmPL patch equivalence\fP, when the diffstat
> -on the ouput shows no changes. The way to interpet a positive diffstat is that
> +on the output shows no changes. The way to interpret a positive diffstat is that
>  the <SmPL-patch.cocci> is introducing more changes than the patch series. The
>  way to interpret a negative diffstat is that the <SmPL-patch.cocci> is lacking
>  some changes in place on the patch series. \fBpycocci\fP will use \fBgit rev-parse --toplevel\fP
> --
> 2.9.2.277.g2949358
>
>

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

* [Cocci] [PATCH 1/4] [bug-cocci] Fixed: typo in pycocci.1
  2016-07-17  6:18 ` [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Julia Lawall
@ 2016-07-17  8:29   ` Masanari Iida
  2016-07-17  8:29     ` [Cocci] [PATCH 2/4] [bug-cocci] Fixed : typo in spatch.1.in Masanari Iida
                       ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Masanari Iida @ 2016-07-17  8:29 UTC (permalink / raw)
  To: cocci

This patch fix 3 typos found in docs/pycocci.1

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 docs/pycocci.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/pycocci.1 b/docs/pycocci.1
index 8d94d23aae0c..46d500f56a9a 100644
--- a/docs/pycocci.1
+++ b/docs/pycocci.1
@@ -81,7 +81,7 @@ can typically display differences better.
 default given that at least for Linux kernel development some C files tend to
 include headers in paths only specified by a target's Makefile through
 utilities such as subdir-ccflags or ccflags-y making it difficult to ensure
-all required header files are read by Coccinelle. We are agressive with
+all required header files are read by Coccinelle. We are aggressive with
 headers search and inclusion.
 
 A default timeout of 120 seconds is used by default. Not using a timeout
@@ -188,7 +188,7 @@ used to apply the <SmPL-patch.cocci> ("pycocci-smpl-8-random-chars"). \fBpycocci
 display name of the newly created branches and finally provide the
 output of \fBgit diff --stat <pycocci-patch-8-random-chars>..<pycocci-smpl-8-random-chars>\fP. You should see
 no changes, and therefore a \fBperfect SmPL patch equivalence\fP, when the diffstat
-on the ouput shows no changes. The way to interpet a positive diffstat is that
+on the output shows no changes. The way to interpret a positive diffstat is that
 the <SmPL-patch.cocci> is introducing more changes than the patch series. The
 way to interpret a negative diffstat is that the <SmPL-patch.cocci> is lacking
 some changes in place on the patch series. \fBpycocci\fP will use \fBgit rev-parse --toplevel\fP
-- 
2.9.2.277.g2949358

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

* [Cocci] [PATCH 2/4] [bug-cocci] Fixed : typo in spatch.1.in
  2016-07-17  8:29   ` [Cocci] [PATCH 1/4] [bug-cocci] " Masanari Iida
@ 2016-07-17  8:29     ` Masanari Iida
  2016-07-17  8:29     ` [Cocci] [PATCH 3/4] [bug-cocci] Fixed: typo in cocci_syntax.tex Masanari Iida
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Masanari Iida @ 2016-07-17  8:29 UTC (permalink / raw)
  To: cocci

This patch fix a spelling typo in docs/spatch.1.in

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 docs/spatch.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spatch.1.in b/docs/spatch.1.in
index dccf6fca4b51..9e72eb1e7821 100644
--- a/docs/spatch.1.in
+++ b/docs/spatch.1.in
@@ -404,7 +404,7 @@ convert ifdef to if (experimental)
 \fB\-\-noadd\-typedef\-root\fR
 .TP
 \fB\-\-disallow\-nested\-exps\fR
-disallow an expresion pattern from matching a term and its subterm
+disallow an expression pattern from matching a term and its subterm
 .HP
 \fB\-\-disable\-worth\-trying\-opt\fR
 .HP
-- 
2.9.2.277.g2949358

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

* [Cocci] [PATCH 3/4] [bug-cocci] Fixed: typo in cocci_syntax.tex
  2016-07-17  8:29   ` [Cocci] [PATCH 1/4] [bug-cocci] " Masanari Iida
  2016-07-17  8:29     ` [Cocci] [PATCH 2/4] [bug-cocci] Fixed : typo in spatch.1.in Masanari Iida
@ 2016-07-17  8:29     ` Masanari Iida
  2016-07-17  8:29     ` [Cocci] [PATCH 4/4] [bug-cocci] Fixed : typo in spatch_options.tex Masanari Iida
  2016-07-17  8:40     ` [Cocci] [PATCH 1/4] [bug-cocci] Fixed: typo in pycocci.1 Julia Lawall
  3 siblings, 0 replies; 8+ messages in thread
From: Masanari Iida @ 2016-07-17  8:29 UTC (permalink / raw)
  To: cocci

This patch fix 3 spelling typos found in docs/manual/cocci_syntax.tex

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 docs/manual/cocci_syntax.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual/cocci_syntax.tex b/docs/manual/cocci_syntax.tex
index 230b8552031c..d0c9b492acb1 100644
--- a/docs/manual/cocci_syntax.tex
+++ b/docs/manual/cocci_syntax.tex
@@ -17,7 +17,7 @@ possible C-language constants.
 
 A square bracket that is surrounded by spaces in the description of a term
 should appear explicitly in the term, as in an array reference.  On the
-other hand, square brackets that surround some other term indicat that the
+other hand, square brackets that surround some other term indicate that the
 presence of that term is optional.
 
 %
@@ -654,7 +654,7 @@ foo()
 \end{tabular}
 \end{center}
 
-Alternatively, the following inidcates that foo() is allowed but optional.
+Alternatively, the following indicates that foo() is allowed but optional.
 This case is typically most useful when all occurrences, if any, of foo()
 prior to c() should be transformed.
 
@@ -1062,7 +1062,7 @@ last matching include that is not under an ifdef in the file.
 
 Each element of a disjunction must be a proper term like an expression, a
 statement, an identifier or a declaration. The constraint on a conjunction
-is similiar.  Thus, the rule on the left below is not a syntactically
+is similar.  Thus, the rule on the left below is not a syntactically
 correct SmPL rule. One may use the rule on the right instead.
 
 \begin{center}
-- 
2.9.2.277.g2949358

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

* [Cocci] [PATCH 4/4] [bug-cocci] Fixed : typo in spatch_options.tex
  2016-07-17  8:29   ` [Cocci] [PATCH 1/4] [bug-cocci] " Masanari Iida
  2016-07-17  8:29     ` [Cocci] [PATCH 2/4] [bug-cocci] Fixed : typo in spatch.1.in Masanari Iida
  2016-07-17  8:29     ` [Cocci] [PATCH 3/4] [bug-cocci] Fixed: typo in cocci_syntax.tex Masanari Iida
@ 2016-07-17  8:29     ` Masanari Iida
  2016-07-17  8:40     ` [Cocci] [PATCH 1/4] [bug-cocci] Fixed: typo in pycocci.1 Julia Lawall
  3 siblings, 0 replies; 8+ messages in thread
From: Masanari Iida @ 2016-07-17  8:29 UTC (permalink / raw)
  To: cocci

This patch fix 5 spelling typos found in
docs/manual/spatch_options.tex

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 docs/manual/spatch_options.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/manual/spatch_options.tex b/docs/manual/spatch_options.tex
index ca74a0d5a7d7..190931a2fdcd 100644
--- a/docs/manual/spatch_options.tex
+++ b/docs/manual/spatch_options.tex
@@ -78,7 +78,7 @@ patch file and print out some information about it.}
   containing the semantic patch.  The file name should end in {\tt .cocci}.
 All three options do the same thing.  These options are optional.  If they
 are not used, the single file whose name ends in \texttt{.cocci} is
-assoumed to be the name of the file containing the semantic patch.}
+assumed to be the name of the file containing the semantic patch.}
 
 \rare{-{}-sp ``semantic patch string''}{Specify a semantic match as a
   command-line argument.  See the section ``Command-line semantic match''
@@ -296,7 +296,7 @@ which score file to compare with in the testall run}
 \rare{-{}-parse-error-msg}{Show parsing errors in the C file.}
 
 \rare{-{}-verbose-parsing}{Show parsing errors in the C file, as well as
-  information about attempts to accomodate such errors.  This implicitly
+  information about attempts to accommodate such errors.  This implicitly
   sets {\bf -{}-parse-error-msg.}}
 
 \rare{-{}-parse-handler $\langle$file$\rangle$}{Loads the file containing
@@ -304,8 +304,8 @@ which score file to compare with in the testall run}
   have arguments 1) the line number containing the error, 2) the sequence
   of tokens, the starting and ending line of the function containing the
   error, and array containing the lines of the file containing the error,
-  and the pass of the parser on which the error occurs.  This functyion
-  should then be passed to the fuction {\tt
+  and the pass of the parser on which the error occurs.  This function
+  should then be passed to the function {\tt
     Parse\_c.set\_parse\_error\_function}.}
 
 \rare{-{}-type-error-msg}{Show information about where the C type checker
@@ -603,7 +603,7 @@ stars are used in column 0 rather than {\tt -} and {\tt +}, then the {\tt
 
 \normal{-{}-indent $n$}{The number of spaces to indent, if no other
   information is available.  If this information is not provided, then the
-  default indentation is a tab.  This option is thus particularly relevent
+  default indentation is a tab.  This option is thus particularly relevant
   to projects that don't use tabs.}
 
 \rare{-o $\langle$file$\rangle$}{ This causes the transformed code to be
-- 
2.9.2.277.g2949358

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

* [Cocci] [PATCH 1/4] [bug-cocci] Fixed: typo in pycocci.1
  2016-07-17  8:29   ` [Cocci] [PATCH 1/4] [bug-cocci] " Masanari Iida
                       ` (2 preceding siblings ...)
  2016-07-17  8:29     ` [Cocci] [PATCH 4/4] [bug-cocci] Fixed : typo in spatch_options.tex Masanari Iida
@ 2016-07-17  8:40     ` Julia Lawall
  3 siblings, 0 replies; 8+ messages in thread
From: Julia Lawall @ 2016-07-17  8:40 UTC (permalink / raw)
  To: cocci



On Sun, 17 Jul 2016, Masanari Iida wrote:

> This patch fix 3 typos found in docs/pycocci.1
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Patches 1-4 committed, thanks for your help.

julia

> ---
>  docs/pycocci.1 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/pycocci.1 b/docs/pycocci.1
> index 8d94d23aae0c..46d500f56a9a 100644
> --- a/docs/pycocci.1
> +++ b/docs/pycocci.1
> @@ -81,7 +81,7 @@ can typically display differences better.
>  default given that at least for Linux kernel development some C files tend to
>  include headers in paths only specified by a target's Makefile through
>  utilities such as subdir-ccflags or ccflags-y making it difficult to ensure
> -all required header files are read by Coccinelle. We are agressive with
> +all required header files are read by Coccinelle. We are aggressive with
>  headers search and inclusion.
>
>  A default timeout of 120 seconds is used by default. Not using a timeout
> @@ -188,7 +188,7 @@ used to apply the <SmPL-patch.cocci> ("pycocci-smpl-8-random-chars"). \fBpycocci
>  display name of the newly created branches and finally provide the
>  output of \fBgit diff --stat <pycocci-patch-8-random-chars>..<pycocci-smpl-8-random-chars>\fP. You should see
>  no changes, and therefore a \fBperfect SmPL patch equivalence\fP, when the diffstat
> -on the ouput shows no changes. The way to interpet a positive diffstat is that
> +on the output shows no changes. The way to interpret a positive diffstat is that
>  the <SmPL-patch.cocci> is introducing more changes than the patch series. The
>  way to interpret a negative diffstat is that the <SmPL-patch.cocci> is lacking
>  some changes in place on the patch series. \fBpycocci\fP will use \fBgit rev-parse --toplevel\fP
> --
> 2.9.2.277.g2949358
>
>

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

end of thread, other threads:[~2016-07-17  8:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16 22:25 [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Masanari Iida
2016-07-16 22:25 ` [Cocci] [bug-cocci][PATCH 2/2] Fixed : typo in spatch.1.in Masanari Iida
2016-07-17  6:18 ` [Cocci] [bug-cocci][PATCH 1/2] Fixed: typo in pycocci.1 Julia Lawall
2016-07-17  8:29   ` [Cocci] [PATCH 1/4] [bug-cocci] " Masanari Iida
2016-07-17  8:29     ` [Cocci] [PATCH 2/4] [bug-cocci] Fixed : typo in spatch.1.in Masanari Iida
2016-07-17  8:29     ` [Cocci] [PATCH 3/4] [bug-cocci] Fixed: typo in cocci_syntax.tex Masanari Iida
2016-07-17  8:29     ` [Cocci] [PATCH 4/4] [bug-cocci] Fixed : typo in spatch_options.tex Masanari Iida
2016-07-17  8:40     ` [Cocci] [PATCH 1/4] [bug-cocci] Fixed: typo in pycocci.1 Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.