aboutsummaryrefslogtreecommitdiff
path: root/libiberty/make-temp-file.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-17 17:15:41 -0400
committerDJ Delorie <dj@gcc.gnu.org>2001-10-17 17:15:41 -0400
commit5bed56d982200550d5e8c45b217b071bfae9be14 (patch)
treee2ffc65e72b8e65621fcec4349bc96ac9591f224 /libiberty/make-temp-file.c
parent51fabca55a83f4e2efad3cdccd6d312b06540c76 (diff)
downloadgcc-5bed56d982200550d5e8c45b217b071bfae9be14.zip
gcc-5bed56d982200550d5e8c45b217b071bfae9be14.tar.gz
gcc-5bed56d982200550d5e8c45b217b071bfae9be14.tar.bz2
argv.c, [...]: Improve manual formatting.
* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c, ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c, mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c: Improve manual formatting. * functions.texi: Regenerate. From-SVN: r46323
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 db4bd9e..8833504 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