diff options
author | nyamatongwe <unknown> | 2008-09-06 23:29:18 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-09-06 23:29:18 +0000 |
commit | 615880c50dcd906c4e013b6aef655f9609297f9b (patch) | |
tree | e83e171868b3a43bfe6d969fedf1daa405ffccb8 | |
parent | 8bd0c2bf34d669cf482853fb3702face4befdd92 (diff) | |
download | scintilla-mirror-615880c50dcd906c4e013b6aef655f9609297f9b.tar.gz |
Comment fix.
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<SurfaceImpl &>(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<typename T, int lengthStandard> |