Skip to content

Commit c6c487d

Browse files
committed
C++: Fix Code Scanning errors.
1 parent 7faf286 commit c6c487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ private module IsModifiableAtImpl {
463463
/**
464464
* Holds if `cppType` is modifiable with an indirection index of at least 1.
465465
*
466-
* This predicate factored out into a seperate predicate for two reasons:
466+
* This predicate factored out into a separate predicate for two reasons:
467467
* - This predicate needs to be recursive because, if a type is modifiable
468468
* at indirection `i`, then it's also modifiable at indirection index `i+1`
469469
* (because the pointer could be completely re-assigned at indirection `i`).

0 commit comments

Comments
 (0)