[pushed] Update comment in linespec.c
Checks
Commit Message
I belatedly realized I had forgotten to update a bool-related comment
in linespec.c. This patch fixes the oversight.
---
gdb/linespec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -179,7 +179,7 @@ struct linespec_state
decode_line_full. */
bool funfirstline;
- /* Nonzero if we are running in 'list' mode; see decode_line_list. */
+ /* True if we are running in 'list' mode; see decode_line_list. */
bool list_mode;
/* The 'canonical' value passed to decode_line_full, or NULL. */