Skip to content

Commit d34d8d8

Browse files
committed
docs(man): fix a typo
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 4622e54 commit d34d8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/man/ctags-lang-asm.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The main effects of running the CPreProcessor parser;
6060

6161
* lines started from `//` are stripped as comments,
6262
* areas surrounded by the pair of `/*` and `*/` are
63-
started as comments, and
63+
stripped as comments, and
6464
* macros defined with `#define` are extracted as tags.
6565

6666
Set ``runCPreProcessor`` to ``false`` for disabling the CPreProcessor

man/ctags-lang-asm.7.rst.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The main effects of running the CPreProcessor parser;
6060

6161
* lines started from `//` are stripped as comments,
6262
* areas surrounded by the pair of `/*` and `*/` are
63-
started as comments, and
63+
stripped as comments, and
6464
* macros defined with `#define` are extracted as tags.
6565

6666
Set ``runCPreProcessor`` to ``false`` for disabling the CPreProcessor

0 commit comments

Comments
 (0)