[llvm-commits] [llvm] r102599 - /llvm/trunk/include/llvm/System/DataTypes.h.in

Nick Lewycky nicholas at mxc.ca
Wed Apr 28 22:54:29 PDT 2010


Author: nicholas
Date: Thu Apr 29 00:54:29 2010
New Revision: 102599

URL: http://llvm.org/viewvc/llvm-project?rev=102599&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/include/llvm/System/DataTypes.h.in

Modified: llvm/trunk/include/llvm/System/DataTypes.h.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/DataTypes.h.in?rev=102599&r1=102598&r2=102599&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/DataTypes.h.in (original)
+++ llvm/trunk/include/llvm/System/DataTypes.h.in Thu Apr 29 00:54:29 2010
@@ -15,7 +15,7 @@
 |*   [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
 |*   [U]INT(8|16|32|64)_(MIN|MAX) : Constants for the min and max values.     *|
 |*                                                                            *|
-|* No library is required when using these functinons.                        *|
+|* No library is required when using these functions.                         *|
 |*                                                                            *|
 |*===----------------------------------------------------------------------===*/
 





More information about the llvm-commits mailing list