Author: djg
Date: Mon Oct 15 16:10:03 2007
New Revision: 43016
URL: http://llvm.org/viewvc/llvm-project?rev=43016&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/tools/llvm-ar/llvm-ar.cpp
Modified: llvm/trunk/tools/llvm-ar/llvm-ar.cpp
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/llvm-ar.cpp?rev=43016&r1=43015&r2=43016&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ar/llvm-ar.cpp (original)
+++ llvm/trunk/tools/llvm-ar/llvm-ar.cpp Mon Oct 15 16:10:03 2007
@@ -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"));
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits