Skip to content

Commit 0e14dd1

Browse files
committed
spelling: hypothetical
Signed-off-by: Josh Soref <[email protected]>
1 parent a0f48ff commit 0e14dd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ module DefUse {
718718
}
719719

720720
/**
721-
* Gets the rank index of a hyphothetical use one instruction past the end of
721+
* Gets the rank index of a hypothetical use one instruction past the end of
722722
* the block. This index can be used to determine if a definition reaches the
723723
* end of the block, even if the definition is the last instruction in the
724724
* block.

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ module DefUse {
718718
}
719719

720720
/**
721-
* Gets the rank index of a hyphothetical use one instruction past the end of
721+
* Gets the rank index of a hypothetical use one instruction past the end of
722722
* the block. This index can be used to determine if a definition reaches the
723723
* end of the block, even if the definition is the last instruction in the
724724
* block.

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ module DefUse {
718718
}
719719

720720
/**
721-
* Gets the rank index of a hyphothetical use one instruction past the end of
721+
* Gets the rank index of a hypothetical use one instruction past the end of
722722
* the block. This index can be used to determine if a definition reaches the
723723
* end of the block, even if the definition is the last instruction in the
724724
* block.

0 commit comments

Comments
 (0)