From 42b2a8daf7b820154b5d87d39ef6ff7765dc8edb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Mar 2020 12:04:27 +0200 Subject: Fix few typos --- libbutl/optional.mxx | 4 ++-- 1 file 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) // -- cgit v1.1