Skip to content

Commit 1776ebd

Browse files
author
Felicity Chapman
committed
Fix typo in code tag
1 parent fbf5a05 commit 1776ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/OverflowCalculated.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Increase the size of the buffer being allocated.
3232
<p>This example includes three annotated calls that copy a string into a buffer.
3333
The first call to <code>malloc</code> creates a buffer that's the
3434
same size as the string, leaving no space for the zero terminator
35-
and causing an overflow. The second call to <ocde>malloc</code>
35+
and causing an overflow. The second call to <code>malloc</code>
3636
correctly calculates the required buffer size. The call to
3737
<code>strcat</code> appends an additional string to the same buffer
3838
causing a second overflow.</p>

0 commit comments

Comments
 (0)