gdb: Update comments that reference VEC or vec.h
[deliverable/binutils-gdb.git] / gdb / namespace.c
index 04b49ef0e34abca53e46552f14443f86101cf160..e08d4f7edb4e6bc710a04f970295e7cbfa872837 100644 (file)
@@ -30,8 +30,8 @@
    it is NULL.  EXCLUDES is a list of names not to import from an
    imported module or NULL.  If COPY_NAMES is non-zero, then the
    arguments are copied into newly allocated memory so they can be
-   temporaries.  For EXCLUDES the VEC pointers are copied but the
-   pointed to characters are not copied.  */
+   temporaries.  For EXCLUDES the contents of the vector are copied,
+   but the pointed to characters are not copied.  */
 
 void
 add_using_directive (struct using_direct **using_directives,
This page took 0.023868 seconds and 4 git commands to generate.