]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update comment in linespec.c
authorTom Tromey <tom@tromey.com>
Sat, 11 Jan 2025 18:54:50 +0000 (11:54 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 11 Jan 2025 18:54:50 +0000 (11:54 -0700)
I belatedly realized I had forgotten to update a bool-related comment
in linespec.c.  This patch fixes the oversight.

gdb/linespec.c

index b58b4ce029a02d912e8fb8d3d76c179efb6da599..e0e3e9722114b33e202ed91fc758f974da461d45 100644 (file)
@@ -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.  */