summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-02-16 02:07:56 +0400
committerSimon McVittie <smcv@collabora.com>2022-07-15 16:26:18 +0100
commitc100e6e9e531457313292fb7c2b80a2fbd2c78bc (patch)
tree40ed23bdbf8ccdecd8370b2a1fe05a68ab486ea2
parent31f7f7b07210a57fb94ca8349dc0472996692663 (diff)
downloaddbus-c100e6e9e531457313292fb7c2b80a2fbd2c78bc.tar.gz
dbus/win: fix a code comment about get_tmpdir()
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--dbus/dbus-sysdeps-win.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c
index d26809fa..9b8d1889 100644
--- a/dbus/dbus-sysdeps-win.c
+++ b/dbus/dbus-sysdeps-win.c
@@ -2524,8 +2524,7 @@ _dbus_generate_random_bytes (DBusString *str,
}
/**
- * Gets the temporary files directory by inspecting the environment variables
- * TMPDIR, TMP, and TEMP in that order. If none of those are set "/tmp" is returned
+ * Gets the temporary files directory, using GetTempPath()
*
* @returns location of temp directory, or #NULL if no memory for locking
*/