Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2a2cb

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 25db900 commit 0f2a2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/src/semmle/code/cpp/exprs

cpp/ql/src/semmle/code/cpp/exprs/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ class ErrorExpr extends Expr, @errorexpr {
557557
/**
558558
* A Microsoft C/C++ __assume expression.
559559
*
560-
* Unlike `assert`, `__assume` is evaluated at compile-time and
560+
* Unlike `assert`, `__assume` is evaluated at compile time and
561561
* is treated as a hint to the optimizer
562562
* ```
563563
* __assume(ptr < end_buf);

0 commit comments

Comments
 (0)