]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update comment in rust-parse.c
authorTom Tromey <tom@tromey.com>
Sat, 23 Aug 2025 22:40:35 +0000 (16:40 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 23 Aug 2025 22:40:35 +0000 (16:40 -0600)
I noticed an out-of-date comment in rust-parse.c.

gdb/rust-parse.c

index 7fad148f98ba0a9b09be2153309d430b9cf21d11..6ad654293e7436cff6a0ce395bf89d9be7ac75e3 100644 (file)
@@ -335,7 +335,7 @@ struct rust_parser
     return std::string (current_string_val.ptr, current_string_val.length);
   }
 
-  /* A pointer to this is installed globally.  */
+  /* Storage for use while parsing.  */
   auto_obstack obstack;
 
   /* The parser state gdb gave us.  */