[llvm-commits] [llvm] r123519 - /llvm/trunk/include/llvm/Target/TargetData.h
Chris Lattner
sabre at nondot.org
Fri Jan 14 22:27:35 PST 2011
Author: lattner
Date: Sat Jan 15 00:27:35 2011
New Revision: 123519
URL: http://llvm.org/viewvc/llvm-project?rev=123519&view=rev
Log:
fix typo
Modified:
llvm/trunk/include/llvm/Target/TargetData.h
Modified: llvm/trunk/include/llvm/Target/TargetData.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetData.h?rev=123519&r1=123518&r2=123519&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetData.h (original)
+++ llvm/trunk/include/llvm/Target/TargetData.h Sat Jan 15 00:27:35 2011
@@ -144,7 +144,7 @@
std::string getStringRepresentation() const;
/// isLegalInteger - This function returns true if the specified type is
- /// known tobe a native integer type supported by the CPU. For example,
+ /// known to be a native integer type supported by the CPU. For example,
/// i64 is not native on most 32-bit CPUs and i37 is not native on any known
/// one. This returns false if the integer width is not legal.
///
More information about the llvm-commits
mailing list