File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ private newtype TMemoryLocation =
227227 TAllAliasedMemory ( IRFunction irFunc , Boolean isMayAccess )
228228
229229/**
230- * Represents the memory location accessed by a memory operand or memory result. In this implementation, the location is
230+ * A memory location accessed by a memory operand or memory result. In this implementation, the location is
231231 * one of the following:
232232 * - `VariableMemoryLocation` - A location within a known `IRVariable`, at an offset that is either a constant or is
233233 * unknown.
@@ -885,7 +885,7 @@ private predicate useOverlapWithBusyDef(MemoryLocation0 use) {
885885final private class FinalMemoryLocation = MemoryLocation0 ;
886886
887887/**
888- * Represents the memory location accessed by a memory operand or memory result. In this implementation, the location is
888+ * A memory location accessed by a memory operand or memory result. In this implementation, the location is
889889 * one of the following:
890890 * - `VariableMemoryLocation` - A location within a known `IRVariable`, at an offset that is either a constant or is
891891 * unknown.
You can’t perform that action at this time.
0 commit comments