diff options
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 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 |