diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
commit | 5d852400e9653036531a2c2db5cce7433d936469 (patch) | |
tree | e7a2579c104d46d386dc80318c32d0c94dc46462 /libiberty/argv.c | |
parent | 03dd37c302866305fa6d48988f558c4eba2bbabe (diff) | |
download | gdb-5d852400e9653036531a2c2db5cce7433d936469.zip gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.gz gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r-- | libiberty/argv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c index ede61cb..4205579 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -66,7 +66,7 @@ extern char *strdup (); /* Duplicate a string */ Duplicate an argument vector. Simply scans through @var{vector}, duplicating each argument until the terminating @code{NULL} is found. -Returns a pointer to the argument vector if successful. Returns +Returns a pointer to the argument vector if successful. Returns @code{NULL} if there is insufficient memory to complete building the argument vector. @@ -150,7 +150,7 @@ is obtained from @code{malloc}. All of the memory can be returned to the system with the single function call @code{freeargv}, which takes the returned result of @code{buildargv}, as it's argument. -Returns a pointer to the argument vector if successful. Returns +Returns a pointer to the argument vector if successful. Returns @code{NULL} if @var{sp} is @code{NULL} or if there is insufficient memory to complete building the argument vector. |