Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2009-01-02 05:01:22 +00:00
parent 8439653dfc
commit ccc776fd83

View File

@ -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.
//
//===----------------------------------------------------------------------===//