Skip to content

Commit 087b0da

Browse files
committed
C++: Fix QLDoc.
1 parent 099c282 commit 087b0da

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal

1 file changed

+2
-2
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasedSSA.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {
885885
final 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.

0 commit comments

Comments
 (0)