diff options
author | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
---|---|---|
committer | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
commit | 25659221f18577ea38430a8ec3349836f5626b6a (patch) | |
tree | 61f1c68d385eb4bde77c5c12e055eb6f44e1f9ae /util/generic/vector_ut.cpp | |
parent | a30195c57a0e043158d80a4385350eee326197f1 (diff) |
Diffstat (limited to 'util/generic/vector_ut.cpp')
-rw-r--r-- | util/generic/vector_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/vector_ut.cpp b/util/generic/vector_ut.cpp index 4a9d2865722..63b10edab59 100644 --- a/util/generic/vector_ut.cpp +++ b/util/generic/vector_ut.cpp @@ -420,8 +420,8 @@ private: } /* This test check a potential issue with empty base class - * optimization. Some compilers (VC6) do not implement it - * correctly resulting ina wrong behavior. */ + * optimization. Some compilers (VC6) do not implement it + * correctly resulting ina wrong behavior. */ void TestEbo() { // We use heap memory as test failure can corrupt vector internal // representation making executable crash on vector destructor invocation. |