Kaydet (Commit) 021340e7 authored tarafından Mike Kaganski's avatar Mike Kaganski

Fix comment

Change-Id: I73ec0af22c19674c4b120a68c63710a1b46928ae
Reviewed-on: https://gerrit.libreoffice.org/51623Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 866e17cf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment