C++/Docs: fix whitespace in AllocaInLoop.qhelp

This commit is contained in:
Robert Marsh
2019-03-26 15:07:28 -07:00
committed by GitHub
parent 0efb110512
commit 30f744a824

View File

@@ -5,7 +5,7 @@
<overview>
<p> The <code>alloca</code> macro allocates memory by expanding the current stack frame.Invoking
<p> The <code>alloca</code> macro allocates memory by expanding the current stack frame. Invoking
<code>alloca</code> within a loop may lead to a stack overflow because the memory is not released
until the function returns.
</p>