diff options
-rw-r--r-- | include/llvm/ADT/HashExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index 85abf915e3..20c4fd3058 100644 --- a/include/llvm/ADT/HashExtras.h +++ b/include/llvm/ADT/HashExtras.h @@ -10,7 +10,7 @@ // This file contains some templates that are useful if you are working with the // STL Hashed containers. // -// No library is required when using these functinons. +// No library is required when using these functions. // //===----------------------------------------------------------------------===// |