[CMD] Fix 'MAX_ULONG' typo in a comment (#2143)

This commit is contained in:
Serge Gautherie 2019-12-10 13:16:26 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent d347163fab
commit f6ad093801

View file

@ -1605,7 +1605,7 @@ LoadRegistrySettings(HKEY hKeyRoot)
DWORD dwType, len;
/*
* Buffer big enough to hold the string L"4294967295",
* corresponding to the literal 0xFFFFFFFF (MAX_ULONG) in decimal.
* corresponding to the literal 0xFFFFFFFF (MAXULONG) in decimal.
*/
DWORD Buffer[6];