We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324aa61 commit 5a109c9Copy full SHA for 5a109c9
cpp/ql/src/Likely Bugs/ContinueInFalseLoop.ql
@@ -23,7 +23,7 @@ DoStmt getAFalseLoop() {
23
/**
24
* Gets a `do` ... `while` loop surrounding a statement. This is blocked by a
25
* `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
+ * justified (`continue` breaks out of the loop whereas `break` only escapes the
27
* `switch`).
28
*/
29
DoStmt enclosingLoop(Stmt s) {
0 commit comments