summaryrefslogtreecommitdiff
path: root/file_io/unix
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-01-06 00:36:01 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-01-06 00:36:01 +0000
commitb84bbc4cdf564a9b30c0c49b157fe5006695fb9b (patch)
treec7af12bc14b441ed44b9a34ae9322914175fcfd1 /file_io/unix
parent4748db487af777dbae2c6d9543b57b2eda1afce2 (diff)
downloadlibapr-b84bbc4cdf564a9b30c0c49b157fe5006695fb9b.tar.gz
Fix documentation for apr_temp_dir_get().
PR 46303. Patch by Carlo Marcelo Arenas Belon <carenas sajinet.com.pe>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@731793 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