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

Skip to content

Commit 950ce8a

Browse files
committed
spelling: alignof
Signed-off-by: Josh Soref <[email protected]>
1 parent dc2c4f7 commit 950ce8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/lib/semmle/code/cpp/exprs

cpp/ql/lib/semmle/code/cpp/exprs/Cast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ class AlignofExprOperator extends AlignofOperator {
779779
/**
780780
* A C++11 `alignof` expression whose operand is a type name.
781781
* ```
782-
* bool proper_alignment = (alingof(T) == alignof(T[0]);
782+
* bool proper_alignment = (alignof(T) == alignof(T[0]);
783783
* ```
784784
*/
785785
class AlignofTypeOperator extends AlignofOperator {

0 commit comments

Comments
 (0)