diff options
| author | Glenn Morris | 2018-02-16 16:33:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 16:33:36 -0500 |
| commit | 9ab3df197f1ee7f23df30f554209b863369f06ee (patch) | |
| tree | 7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/regex.c | |
| parent | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff) | |
| download | emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index d70a59cbb85..e8b99f6f023 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -5792,7 +5792,7 @@ re_match_2_internal (struct re_pattern_buffer *bufp, const_re_char *string1, | |||
| 5792 | 5792 | ||
| 5793 | EXTRACT_NUMBER (mcnt, p2 - 2); | 5793 | EXTRACT_NUMBER (mcnt, p2 - 2); |
| 5794 | 5794 | ||
| 5795 | /* Ensure this is a indeed the trivial kind of loop | 5795 | /* Ensure this is indeed the trivial kind of loop |
| 5796 | we are expecting. */ | 5796 | we are expecting. */ |
| 5797 | assert (skip_one_char (p1) == p2 - 3); | 5797 | assert (skip_one_char (p1) == p2 - 3); |
| 5798 | assert ((re_opcode_t) p2[-3] == jump && p2 + mcnt == p); | 5798 | assert ((re_opcode_t) p2[-3] == jump && p2 + mcnt == p); |