Skip to content

Commit 7086004

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/Union.qll
Co-Authored-By: Jonas Jensen <jbj@knef.dk>
1 parent b3bcc33 commit 7086004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Union.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Union extends Struct {
2323
}
2424

2525
/**
26-
* A C++ union that is directly enclosed by a function. For example, the type
26+
* A C/C++ union that is directly enclosed by a function. For example, the type
2727
* `MyLocalUnion` in:
2828
* ```
2929
* void myFunction()

0 commit comments

Comments
 (0)