summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.cxx4
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