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

Skip to content

Commit 2b73af0

Browse files
committed
CPP: Consistency.
1 parent e72bf2d commit 2b73af0

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
@@ -187,7 +187,7 @@ class Expr extends StmtParent, @expr {
187187
predicate isPRValueCategory() { expr_types(underlyingElement(this), _, 1) }
188188

189189
/**
190-
* Holds if this expression is a glvalue. A glvalue is either an _lvalue_ or an
190+
* Holds if this expression is a _glvalue_. A _glvalue_ is either an _lvalue_ or an
191191
* _xvalue_.
192192
*/
193193
predicate isGLValueCategory() { isLValueCategory() or isXValueCategory() }

0 commit comments

Comments
 (0)