From 615880c50dcd906c4e013b6aef655f9609297f9b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 6 Sep 2008 23:29:18 +0000 Subject: Comment fix. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 3f0ddd9fb..84ee0ce85 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -663,7 +663,7 @@ void SurfaceImpl::Copy(PRectangle rc, Point from, Surface &surfaceSource) { static_cast(surfaceSource).hdc, from.x, from.y, SRCCOPY); } -// Buffer to hold size strings and string position arrays without always allocating on heap. +// Buffer to hold strings and string position arrays without always allocating on heap. // May sometimes have string too long to allocate on stack. So use a fixed stack-allocated buffer // when less than safe size otherwise allocate on heap and free automatically. template -- cgit v1.2.3