fix typo
authorChris Lattner <sabre@nondot.org>
Sat, 15 Jan 2011 06:27:35 +0000 (06:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Jan 2011 06:27:35 +0000 (06:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123519 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index 048cb7ec18b8b648a2e106e6bcc810b535fd1cc3..25065d30bb6e37cce0a54607223bd5ad4851e31d 100644 (file)
@@ -144,7 +144,7 @@ public:
   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.
   ///