We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839640a commit 764a846Copy full SHA for 764a846
cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll
@@ -71,7 +71,7 @@ private int getSize(VariableAccess va) {
71
// Otherwise, we find the "outermost" object and compute the size
72
// as the difference between the size of the type of the "outermost
73
// object" and the offset of the field relative to that type.
74
- // For example, consider an access such as:
+ // For example, consider the following structs:
75
// ```
76
// struct S {
77
// uint32_t x;
0 commit comments