Change "may never" to "must never"
authorGeoffrey Martin-Noble <gcmn@google.com>
Wed, 29 May 2019 20:58:10 +0000 (13:58 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:08:42 +0000 (20:08 -0700)
    "may never" indicates that it's allowed to never hold a value. I believe the intent here is that it is not allowed to ever hold a value.

--

PiperOrigin-RevId: 250560623

mlir/include/mlir/EDSC/Builders.h

index 6f7a024..c925e0a 100644 (file)
@@ -253,7 +253,7 @@ protected:
 /// everywhere.
 /// A ValueHandle can have 3 states:
 ///   1. null state (empty type and empty value), in which case it does not hold
-///      a value and may never hold a Value (not now of in the future). This is
+///      a value and must never hold a Value (now or in the future). This is
 ///      used for MLIR operations with zero returns as well as the result of
 ///      calling a NestedBuilder::operator(). In both cases the objective is to
 ///      have an object that can be inserted in an ArrayRef<ValueHandle> to