summaryrefslogtreecommitdiff
path: root/libiberty/make-temp-file.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-10-17 22:35:28 +0000
committerDJ Delorie <dj@delorie.com>2001-10-17 22:35:28 +0000
commit6c7d6f9721c29bb579b7f006f56f9204b1eccf5b (patch)
tree870e9de405ee57430bf752b22c1c2d9aba3320de /libiberty/make-temp-file.c
parent4da22dc9b7b94e84a3201e2c9665de6b95aede3b (diff)
downloadgdb-6c7d6f9721c29bb579b7f006f56f9204b1eccf5b.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/make-temp-file.c')
-rw-r--r--libiberty/make-temp-file.c2
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