diff options
author | Dan Gohman <djg@cray.com> | 2007-10-15 21:10:03 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2007-10-15 21:10:03 +0000 |
commit | 8eca4ae41767f4a28ac68e4af50ea6dba431d2fc (patch) | |
tree | 140300dd1ffccaa35e3661e9d0b26c4a28656445 /tools | |
parent | 3e80ef82d8d79397cad3bb1f7a96293a0d3d027a (diff) | |
download | external_llvm-8eca4ae41767f4a28ac68e4af50ea6dba431d2fc.zip external_llvm-8eca4ae41767f4a28ac68e4af50ea6dba431d2fc.tar.gz external_llvm-8eca4ae41767f4a28ac68e4af50ea6dba431d2fc.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-ar/llvm-ar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp index 1620bf4..1df8a92 100644 --- a/tools/llvm-ar/llvm-ar.cpp +++ b/tools/llvm-ar/llvm-ar.cpp @@ -23,7 +23,7 @@ #include <memory> using namespace llvm; -// Option for compatibility with ASIX, not used but must allow it to be present. +// Option for compatibility with AIX, not used but must allow it to be present. static cl::opt<bool> X32Option ("X32_64", cl::Hidden, cl::desc("Ignored option for compatibility with AIX")); |