Skip to content

Commit bbc9931

Browse files
committed
spelling: primitive
Signed-off-by: Josh Soref <[email protected]>
1 parent 004f367 commit bbc9931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/controlflow/BasicBlocks.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ private import internal.ConstantExprs
1212
* relation). The refinement manifests itself in two changes:
1313
*
1414
* - The successor relation on `BasicBlock`s uses `successors_adapted`
15-
* (instead of `successors_extended` used by `PrimtiveBasicBlock`s). Consequently,
15+
* (instead of `successors_extended` used by `PrimitiveBasicBlock`s). Consequently,
1616
* some edges between `BasicBlock`s may be removed. Example:
1717
* ```
1818
* x = 1; // s1

0 commit comments

Comments
 (0)