aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-01-02 05:01:22 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-01-02 05:01:22 +0000
commitccc776fd83b4d200f54cd84af71888e9a740f8fd (patch)
tree599e5e5a2833ef3c8faac9d081368c955bf72b24 /include
parent8439653dfc2ab2f8c7555883a608ff9a3296c9de (diff)
downloadexternal_llvm-ccc776fd83b4d200f54cd84af71888e9a740f8fd.zip
external_llvm-ccc776fd83b4d200f54cd84af71888e9a740f8fd.tar.gz
external_llvm-ccc776fd83b4d200f54cd84af71888e9a740f8fd.tar.bz2
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/STLExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h
index 9f48761..acfeae5 100644
--- a/include/llvm/ADT/STLExtras.h
+++ b/include/llvm/ADT/STLExtras.h
@@ -10,7 +10,7 @@
// This file contains some templates that are useful if you are working with the
// STL at all.
//
-// No library is required when using these functinons.
+// No library is required when using these functions.
//
//===----------------------------------------------------------------------===//