gdb: Update comments that reference VEC or vec.h
[deliverable/binutils-gdb.git] / gdb / linespec.c
index ac7d34dfe96f898e74a534fad79324a3a6004932..fb6b04e22b008f28426936d5411f81827562c674 100644 (file)
@@ -4109,8 +4109,9 @@ decode_digits_list_mode (struct linespec_state *self,
   return values;
 }
 
-/* A helper for create_sals_line_offset that iterates over the symtabs,
-   adding lines to the VEC.  */
+/* A helper for create_sals_line_offset that iterates over the symtabs
+   associated with LS and returns a vector of corresponding symtab_and_line
+   structures.  */
 
 static std::vector<symtab_and_line>
 decode_digits_ordinary (struct linespec_state *self,
This page took 0.034768 seconds and 4 git commands to generate.