summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-21 15:12:16 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-21 15:32:46 +0200
commit395f10cb98af122404bcdc2eb60d30decf297625 (patch)
tree63652a3a4770d4c2ba6ac8629d0164d6baec416d /lib-src
parentbf4accb65e71997c082a23cf492563243b1f4c34 (diff)
downloademacs-395f10cb98af122404bcdc2eb60d30decf297625.tar.gz
; Fix more trivial typos
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ebrowse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 70eb22b9946..7d0650a4059 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -1875,7 +1875,7 @@ yylex (void)
/* Actually local to matching_regexp. These variables must be in
- global scope for the case that `static' get's defined away. */
+ global scope for the case that `static' gets defined away. */
static char *matching_regexp_buffer, *matching_regexp_end_buf;