[llvm-commits] [llvm] r145048 - /llvm/trunk/include/llvm/Support/Host.h
Sebastian Pop
spop at codeaurora.org
Mon Nov 21 12:46:55 PST 2011
Author: spop
Date: Mon Nov 21 14:46:55 2011
New Revision: 145048
URL: http://llvm.org/viewvc/llvm-project?rev=145048&view=rev
Log:
fix typo in comment
Modified:
llvm/trunk/include/llvm/Support/Host.h
Modified: llvm/trunk/include/llvm/Support/Host.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Host.h?rev=145048&r1=145047&r2=145048&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Host.h (original)
+++ llvm/trunk/include/llvm/Support/Host.h Mon Nov 21 14:46:55 2011
@@ -33,8 +33,8 @@
return !isLittleEndianHost();
}
- /// getDefaultTargetTriple() - Return the target triple of the running
- /// system.
+ /// getDefaultTargetTriple() - Return the default target triple the compiler
+ /// has been configured to produce code for.
///
/// The target triple is a string in the format of:
/// CPU_TYPE-VENDOR-OPERATING_SYSTEM
More information about the llvm-commits
mailing list