diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-01-02 05:01:22 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-01-02 05:01:22 +0000 |
commit | ccc776fd83b4d200f54cd84af71888e9a740f8fd (patch) | |
tree | 599e5e5a2833ef3c8faac9d081368c955bf72b24 | |
parent | 8439653dfc2ab2f8c7555883a608ff9a3296c9de (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61554 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/ADT/STLExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 9f48761560..acfeae5473 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. // //===----------------------------------------------------------------------===// |