Skip to content

Commit b1e204d

Browse files
committed
minor comment fix
1 parent 714e04c commit b1e204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A0-1-2/UnusedReturnValue.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ predicate isStdIgnore(Element element) {
2626
)
2727
}
2828

29-
/* The statement std::ignore = f() is not recognized an assignment; therefore, we do some painful acrobatics. */
29+
/* The statement std::ignore = f() is not recognized an assignment; therefore, we do some painful gymnastics. */
3030
predicate isAssignment(FunctionCall assignment) {
3131
exists(Operator operator |
3232
assignment.getTarget() = operator and

0 commit comments

Comments
 (0)