diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index 85abf915e3c5..20c4fd3058a2 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. // //===----------------------------------------------------------------------===//