diff options
| author | Po Lu <luangruo@yahoo.com> | 2024-08-17 22:01:03 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2024-08-17 22:01:09 +0800 |
| commit | 1463434907eeccd077f5d3c00309d1e75c7d63f4 (patch) | |
| tree | 8915eaff901b312781581ca77aaeaebd40cb53bc /lib-src | |
| parent | 8d5f88d326b409651b0ebd6275b881d500090ea5 (diff) | |
; Eliminate C++ comments and typo
* lib-src/etags.c (Rust_entries): Eliminate C++ comments and
typo.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 03bc55de03d..cbd5fed5e24 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -5144,10 +5144,10 @@ Rust_entries (FILE *inf) cp = skip_spaces(cp); name = cp; - // Skip 'pub' keyworld + /* Skip 'pub' keyword. */ (void)LOOKING_AT (cp, "pub"); - // Look for define + /* Look for define. */ if ((is_func = LOOKING_AT (cp, "fn")) || LOOKING_AT (cp, "enum") || LOOKING_AT (cp, "struct") |
