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/make-temp-file.c | |
parent | 03dd37c302866305fa6d48988f558c4eba2bbabe (diff) | |
download | binutils-gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/make-temp-file.c')
-rw-r--r-- | libiberty/make-temp-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/make-temp-file.c b/libiberty/make-temp-file.c index db4bd9e5e4a..883350479fc 100644 --- a/libiberty/make-temp-file.c +++ b/libiberty/make-temp-file.c @@ -139,7 +139,7 @@ choose_tmpdir () Return a temporary file name (as a string) or @code{NULL} if unable to create one. @var{suffix} is a suffix to append to the file name. The -string is malloced, and the temporary file has been created. +string is @code{malloc}ed, and the temporary file has been created. @end deftypefn |