summaryrefslogtreecommitdiff
path: root/libiberty/make-temp-file.c
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-17 21:15:41 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-17 21:15:41 +0000
commitf0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1 (patch)
treee2ffc65e72b8e65621fcec4349bc96ac9591f224 /libiberty/make-temp-file.c
parent10cac3d7e9a49b61070d5928fafc684ba8bb8b09 (diff)
downloadgcc-f0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46323 138bc75d-0d04-0410-961f-82ee72b054a4
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