summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Host.h
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2011-11-21 20:46:55 +0000
committerSebastian Pop <spop@codeaurora.org>2011-11-21 20:46:55 +0000
commit1d4bf66d6e03d76ff1fecddb10f1ae9b9ec9da77 (patch)
treee48a72750840e644cdca6da9b01639a645e8f86c /include/llvm/Support/Host.h
parent9f47fb66370e5513bb9f737923e8cb476088acec (diff)
downloadllvm-1d4bf66d6e03d76ff1fecddb10f1ae9b9ec9da77.tar.gz
llvm-1d4bf66d6e03d76ff1fecddb10f1ae9b9ec9da77.tar.bz2
llvm-1d4bf66d6e03d76ff1fecddb10f1ae9b9ec9da77.tar.xz
fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Host.h')
-rw-r--r--include/llvm/Support/Host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h
index d52f631956..b331016322 100644
--- a/include/llvm/Support/Host.h
+++ b/include/llvm/Support/Host.h
@@ -33,8 +33,8 @@ namespace sys {
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