[PATCH] Correct misspelled "XDS" to "XDG" in Support/Unix/Path.inc

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 14:37:37 PST 2016


This looks like a typo. LGTM.

On Thu, Mar 3, 2016 at 12:01 AM, Robert Ma via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160303/7005ceed/attachment.html>


More information about the llvm-commits mailing list