summaryrefslogtreecommitdiff
path: root/include/llvm/System
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-29 05:54:29 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-29 05:54:29 +0000
commit28edeb765bc64e1859f698daf84e5500bf86a84c (patch)
treec3949ecacb998af87e60db3a627b804155ecb9ad /include/llvm/System
parent3f54c64a9834f949fdd3abcf8bb68e596c87a6bd (diff)
downloadllvm-28edeb765bc64e1859f698daf84e5500bf86a84c.tar.gz
llvm-28edeb765bc64e1859f698daf84e5500bf86a84c.tar.bz2
llvm-28edeb765bc64e1859f698daf84e5500bf86a84c.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/DataTypes.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/DataTypes.h.in b/include/llvm/System/DataTypes.h.in
index 1f8ce79f4e..6537f3010f 100644
--- a/include/llvm/System/DataTypes.h.in
+++ b/include/llvm/System/DataTypes.h.in
@@ -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. *|
|* *|
|*===----------------------------------------------------------------------===*/