Author: hbelusca Date: Tue Jan 1 14:57:12 2013 New Revision: 58086
URL: http://svn.reactos.org/svn/reactos?rev=58086&view=rev Log: Fix comment
Modified: trunk/reactos/base/applications/regedit/error.c
Modified: trunk/reactos/base/applications/regedit/error.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/e... ============================================================================== --- trunk/reactos/base/applications/regedit/error.c [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/error.c [iso-8859-1] Tue Jan 1 14:57:12 2013 @@ -60,7 +60,7 @@ { SIZE_T strLen = _vscwprintf(lpMessage, args);
- /* Create a buffer on the heap and zero-out it (LPTR) */ + /* Create a buffer on the heap and zero it out (LPTR) */ lpMsgBuf = (LPWSTR)LocalAlloc(LPTR, (strLen + 1) * sizeof(WCHAR)); if (lpMsgBuf) {