[llvm] 79c27e0 - Attributor: Fix comment typos
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 3 18:11:55 PDT 2023
Author: Matt Arsenault
Date: 2023-06-03T21:11:19-04:00
New Revision: 79c27e0b47661b5e725d3aabf4c1399d7d1fbdfb
URL: https://github.com/llvm/llvm-project/commit/79c27e0b47661b5e725d3aabf4c1399d7d1fbdfb
DIFF: https://github.com/llvm/llvm-project/commit/79c27e0b47661b5e725d3aabf4c1399d7d1fbdfb.diff
LOG: Attributor: Fix comment typos
Added:
Modified:
llvm/include/llvm/Transforms/IPO/Attributor.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h
index 526929454e03e..e03fa2951348f 100644
--- a/llvm/include/llvm/Transforms/IPO/Attributor.h
+++ b/llvm/include/llvm/Transforms/IPO/Attributor.h
@@ -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
More information about the llvm-commits
mailing list