From: Tom Tromey Date: Sat, 23 Aug 2025 22:40:35 +0000 (-0600) Subject: Update comment in rust-parse.c X-Git-Tag: gdb-17-branchpoint~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09ceeb729e9beea245cb30f0eb75177d295136ec;p=thirdparty%2Fbinutils-gdb.git Update comment in rust-parse.c I noticed an out-of-date comment in rust-parse.c. --- diff --git a/gdb/rust-parse.c b/gdb/rust-parse.c index 7fad148f98b..6ad654293e7 100644 --- a/gdb/rust-parse.c +++ b/gdb/rust-parse.c @@ -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. */