; Eliminate C++ comments and typo
authorPo Lu <luangruo@yahoo.com>
Sat, 17 Aug 2024 14:01:03 +0000 (22:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 17 Aug 2024 14:01:09 +0000 (22:01 +0800)
* lib-src/etags.c (Rust_entries): Eliminate C++ comments and
typo.

lib-src/etags.c

index 03bc55de03d0c8131523d4d2d63b4ce2253d0705..cbd5fed5e245ba398b2fec4f3c86561ec525a2d0 100644 (file)
@@ -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")