aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbutl/optional.mxx4
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)
//