From 5d852400e9653036531a2c2db5cce7433d936469 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 17 Oct 2001 22:35:28 +0000 Subject: merge from gcc --- libiberty/make-temp-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/make-temp-file.c') 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 -- cgit v1.1