summaryrefslogtreecommitdiff
path: root/tools/llvm-ar
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-10-15 21:10:03 +0000
committerDan Gohman <gohman@apple.com>2007-10-15 21:10:03 +0000
commit82f209e42136f1bbed3afc782c78f8ff59409e71 (patch)
tree140300dd1ffccaa35e3661e9d0b26c4a28656445 /tools/llvm-ar
parente9bb13d494553ed7c45dcb08272efc8726ae81a3 (diff)
downloadllvm-82f209e42136f1bbed3afc782c78f8ff59409e71.tar.gz
llvm-82f209e42136f1bbed3afc782c78f8ff59409e71.tar.bz2
llvm-82f209e42136f1bbed3afc782c78f8ff59409e71.tar.xz
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/llvm-ar')
-rw-r--r--tools/llvm-ar/llvm-ar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp
index 1620bf440d..1df8a92bdf 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"));