[PATCH] Correct misspelled "XDS" to "XDG" in Support/Unix/Path.inc
Robert Ma via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 00:01:26 PST 2016
Hello LLVM developers,
According to the XDG spec
(https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
the environment variable for the user cache directory should be
$XDG_CACHE_HOME instead of $XDS_CACHE_HOME. I believe the several
appearances of "XDS" in lib/Support/Unix/Path.inc was a typo.
In the attached patch, I changed all the misspelled XDS/Xds to the
correct XDG/Xdg, including the environment variable, a local variable
name, and comments.
Thank you.
Regards,
Robert Ma
-------------- next part --------------
A non-text attachment was scrubbed...
Name: path.inc.patch
Type: text/x-patch
Size: 834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160303/e41291da/attachment.bin>
More information about the llvm-commits
mailing list