浏览代码

Update ValidateDataStructure.h

Giuseppe Barbieri 7 年之前
父节点
当前提交
b428c66f39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/ValidateDataStructure.h

+ 1 - 1
code/ValidateDataStructure.h

@@ -165,7 +165,7 @@ private:
     inline void DoValidation(T** array, unsigned int size,
         const char* firstName, const char* secondName);
 
-    // extended version: checks whethr T::mName occurs twice
+    // extended version: checks whether T::mName occurs twice
     template <typename T>
     inline void DoValidationEx(T** array, unsigned int size,
         const char* firstName, const char* secondName);