Attributor: Fix comment typos
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 3 Jun 2023 19:30:45 +0000 (15:30 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 4 Jun 2023 01:11:19 +0000 (21:11 -0400)
llvm/include/llvm/Transforms/IPO/Attributor.h

index 5269294..e03fa29 100644 (file)
@@ -2501,8 +2501,8 @@ struct AbstractState {
 ///
 /// The interface ensures that the assumed bits are always a subset of the known
 /// bits. Users can only add known bits and, except through adding known bits,
-/// they can only remove assumed bits. This should guarantee monotoniticy and
-/// thereby the existence of a fixpoint (if used corretly). The fixpoint is
+/// they can only remove assumed bits. This should guarantee monotonicity and
+/// thereby the existence of a fixpoint (if used correctly). The fixpoint is
 /// reached when the assumed and known state/bits are equal. Users can
 /// force/inidicate a fixpoint. If an optimistic one is indicated, the known
 /// state will catch up with the assumed one, for a pessimistic fixpoint it is