dbus/win: fix a code comment about get_tmpdir()

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-02-16 02:07:56 +04:00 committed by Simon McVittie
parent 31f7f7b072
commit c100e6e9e5

View file

@ -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
*/