From 1d4bf66d6e03d76ff1fecddb10f1ae9b9ec9da77 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Mon, 21 Nov 2011 20:46:55 +0000 Subject: [PATCH] fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145048 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h index d52f6319563..b3310163226 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 -- 2.34.1