Fix typos in the code base

Note that only documentation and comments are impacted by this change.
This commit is contained in:
Julien Brianceau
2021-04-07 23:02:12 +02:00
committed by Martin Hořeňovský
parent cec35630fb
commit 269f96e2bc
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ TEST_CASE("Table allows pre-computed test inputs and outputs", "[example][genera
/* Possible simplifications where less legacy toolchain support is needed:
*
* - With libstdc++6 or newer, the make_tuple() calls can be ommitted
* - With libstdc++6 or newer, the make_tuple() calls can be omitted
* (technically C++17 but does not require -std in GCC/Clang). See
* https://stackoverflow.com/questions/12436586/tuple-vector-and-initializer-list
*