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 | a17dfcd58a130667b04df5175cea2f1c110f30d7 (patch) | |
tree | 7fa625432296f5ae95dbbc64e010c07149677140 | |
parent | 0cfba9c6bfce95e2ca765e7256ba1273c5a05d59 (diff) | |
download | bcm5719-llvm-a17dfcd58a130667b04df5175cea2f1c110f30d7.tar.gz bcm5719-llvm-a17dfcd58a130667b04df5175cea2f1c110f30d7.zip |
Fix typo.
llvm-svn: 61554
-rw-r--r-- | llvm/include/llvm/ADT/STLExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/STLExtras.h b/llvm/include/llvm/ADT/STLExtras.h index 9f487615607..acfeae54731 100644 --- a/llvm/include/llvm/ADT/STLExtras.h +++ b/llvm/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. // //===----------------------------------------------------------------------===// |