aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2025-08-23 16:40:35 -0600
committerTom Tromey <tom@tromey.com>2025-08-23 16:40:35 -0600
commit09ceeb729e9beea245cb30f0eb75177d295136ec (patch)
treec44e878e581ba9ba39f958e2e316e5e1fe250c42
parent833aa67d03a955a8575a361260423d594e9ae24c (diff)
downloadbinutils-09ceeb729e9beea245cb30f0eb75177d295136ec.zip
binutils-09ceeb729e9beea245cb30f0eb75177d295136ec.tar.gz
binutils-09ceeb729e9beea245cb30f0eb75177d295136ec.tar.bz2
Update comment in rust-parse.c
I noticed an out-of-date comment in rust-parse.c.
-rw-r--r--gdb/rust-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rust-parse.c b/gdb/rust-parse.c
index 7fad148..6ad6542 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. */