X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fnamespace.c;h=2ec5d5d1e95fc9066c7468f915a567c7d1ce5832;hb=f81e7e2db6d1aaf47561e54356aee12b585533c2;hp=04b49ef0e34abca53e46552f14443f86101cf160;hpb=021887d88a040cf39f3afbd7da10bbe3ff1ad6c3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/namespace.c b/gdb/namespace.c index 04b49ef0e3..2ec5d5d1e9 100644 --- a/gdb/namespace.c +++ b/gdb/namespace.c @@ -26,12 +26,12 @@ into the scope DEST. ALIAS is the name of the imported namespace in the current scope. If ALIAS is NULL then the namespace is known by its original name. DECLARATION is the name if the imported - varable if this is a declaration import (Eg. using A::x), otherwise + variable if this is a declaration import (Eg. using A::x), otherwise 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,