mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
Update comment in rust-parse.c
I noticed an out-of-date comment in rust-parse.c.
This commit is contained in:
parent
833aa67d03
commit
09ceeb729e
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue