File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/models/implementations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ class SizelessAllocationFunction extends AllocationFunction {
216216}
217217
218218/**
219- * An `operator new` or `operator new[]` function that may be associated with a `new` or
220- * `new[]` expression . Note that `new` and `new[]` are not function calls, but these
219+ * An `operator new` or `operator new[]` function that may be associated with `new` or
220+ * `new[]` expressions . Note that `new` and `new[]` are not function calls, but these
221221 * functions may also be called directly.
222222 */
223223class OperatorNewAllocationFunction extends AllocationFunction {
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class StandardDeallocationFunction extends DeallocationFunction {
8181
8282/**
8383 * An `operator delete` or `operator delete[]` function that may be associated
84- * with a `delete` or `delete[]` expression . Note that `delete` and `delete[]`
84+ * with `delete` or `delete[]` expressions . Note that `delete` and `delete[]`
8585 * are not function calls, but these functions may also be called directly.
8686 */
8787class OperatorDeleteDeallocationFunction extends DeallocationFunction {
You can’t perform that action at this time.
0 commit comments