Skip to content

Commit 879158a

Browse files
committed
spelling: behavior
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 5755159 commit 879158a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Likely Bugs/Memory Management/PointerOverflow.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pointer overflow.
4949

5050
<p>
5151
While it's not the subject of this query, the expression <code>ptr + i &lt;
52-
ptr_end</code> is also an invalid range check. It's undefined behavor in
52+
ptr_end</code> is also an invalid range check. It's undefined behavior in
5353
C/C++ to create a pointer that points more than one past the end of an
5454
allocation.
5555
</p>

0 commit comments

Comments
 (0)