diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-09 12:04:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-09 12:04:27 +0200 |
commit | 42b2a8daf7b820154b5d87d39ef6ff7765dc8edb (patch) | |
tree | 32a538a9cbd530050d5e1d3e8775f5339dcaa2bf | |
parent | 33f841eba0667c770c3a79c1af36444ecdffca67 (diff) |
Fix few typos
-rw-r--r-- | libbutl/optional.mxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/optional.mxx b/libbutl/optional.mxx index 88c6ce2..fe533c5 100644 --- a/libbutl/optional.mxx +++ b/libbutl/optional.mxx @@ -7,13 +7,13 @@ // C includes. -// Note: the Clang check must come before GCC since also defines __GNUC__. +// Note: the Clang check must come before GCC since it also defines __GNUC__. // #if defined(ODB_COMPILER) // // Make sure we use butl::optional during ODB compilation (has to be this // way until we completely switch to std::optional since we use the same - // generated code for all compiler). + // generated code for all compilers). // #elif defined(_MSC_VER) // |