diff mbox

[RISU,v3,07/10] risugen: remove grocer's apostrophe from REs

Message ID 20161209114830.9158-8-alex.bennee@linaro.org
State New
Headers show

Commit Message

Alex Bennée Dec. 9, 2016, 11:48 a.m. UTC
This also fixes perl-modes confusion about escaped strings.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 risugen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Dec. 16, 2016, 6:37 p.m. UTC | #1
On 9 December 2016 at 11:48, Alex Bennée <alex.bennee@linaro.org> wrote:
> This also fixes perl-modes confusion about escaped strings.

Missing apostrophe: should be "perl-mode's" :-)

>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Applied to risu master with that fixed; thanks.

-- PMM

> ---
>  risugen | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/risugen b/risugen
> index a604fe5..77a550b 100755
> --- a/risugen
> +++ b/risugen
> @@ -288,7 +288,7 @@ Valid options:
>                     'VMULL' will match 'VMULL A1' and 'VMULL A2' but not
>                     'VMULL_scalar A1'. This is generally what you wanted.
>      --not-pattern re[,re...] : exclude patterns matching regular expression.
> -                   These RE's are applied after the matching pattern which
> +                   These REs are applied after the matching pattern which
>                     is useful if you want to exclude a specific instruction from
>                     a general set you have excluded.
>       --no-fp      : disable floating point: no fp init, randomization etc.
> --
> 2.11.0
>
diff mbox

Patch

diff --git a/risugen b/risugen
index a604fe5..77a550b 100755
--- a/risugen
+++ b/risugen
@@ -288,7 +288,7 @@  Valid options:
                    'VMULL' will match 'VMULL A1' and 'VMULL A2' but not
                    'VMULL_scalar A1'. This is generally what you wanted.
     --not-pattern re[,re...] : exclude patterns matching regular expression.
-                   These RE's are applied after the matching pattern which
+                   These REs are applied after the matching pattern which
                    is useful if you want to exclude a specific instruction from
                    a general set you have excluded.
      --no-fp      : disable floating point: no fp init, randomization etc.