diff options
Diffstat (limited to 'shell/source/backends/wininetbe/wininetbackend.cxx')
-rw-r--r-- | shell/source/backends/wininetbe/wininetbackend.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index 1cfdd63cf114..bd9583717724 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -125,8 +125,8 @@ WinInetBackend::WinInetBackend() DWORD err = GetLastError(); if (err == ERROR_INSUFFICIENT_BUFFER) { - // allocate sufficient space on the heap - // insufficient space on the heap results + // allocate sufficient space on the stack + // insufficient space on the stack results // in a stack overflow exception, we assume // this never happens, because of the relatively // small amount of memory we need |