summaryrefslogtreecommitdiff
path: root/file_io/unix
diff options
context:
space:
mode:
authorBojan Smojver <bojan@apache.org>2009-01-06 00:37:35 +0000
committerBojan Smojver <bojan@apache.org>2009-01-06 00:37:35 +0000
commit578aa6ae5dfa0f29c9c3ad7613130af0cab02ebc (patch)
treed702258ddd6070adc8269edc6b2cb0c3d40d45c2 /file_io/unix
parent4564fd44a9173129ce796d6575c56f0cb5992189 (diff)
downloadapr-578aa6ae5dfa0f29c9c3ad7613130af0cab02ebc.tar.gz
Backport r731793 from the trunk.
Fix documentation for apr_temp_dir_get(). PR 46303. Patch by Carlo Marcelo Arenas Belon <carenas sajinet.com.pe>. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@731794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/unix')
-rw-r--r--file_io/unix/tempdir.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/file_io/unix/tempdir.c b/file_io/unix/tempdir.c
index 1138e2c90..659e0bf49 100644
--- a/file_io/unix/tempdir.c
+++ b/file_io/unix/tempdir.c
@@ -48,9 +48,8 @@ APR_DECLARE(apr_status_t) apr_temp_dir_get(const char **temp_dir,
int i;
/* Our goal is to find a temporary directory suitable for writing
- into. We'll only pay the price once if we're successful -- we
- cache our successful find. Here's the order in which we'll try
- various paths:
+ into.
+ Here's the order in which we'll try various paths:
$TMP
$TEMP