Skip to content

Commit 5a109c9

Browse files
committed
spelling: justified
Signed-off-by: Josh Soref <[email protected]>
1 parent 324aa61 commit 5a109c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/ContinueInFalseLoop.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DoStmt getAFalseLoop() {
2323
/**
2424
* Gets a `do` ... `while` loop surrounding a statement. This is blocked by a
2525
* `switch` statement, since a `continue` inside a `switch` inside a loop may be
26-
* jusitifed (`continue` breaks out of the loop whereas `break` only escapes the
26+
* justified (`continue` breaks out of the loop whereas `break` only escapes the
2727
* `switch`).
2828
*/
2929
DoStmt enclosingLoop(Stmt s) {

0 commit comments

Comments
 (0)