[CMD] Fix 'MAX_ULONG' typo in a comment (#2143)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Tue, 10 Dec 2019 12:16:26 +0000 (13:16 +0100)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Tue, 10 Dec 2019 12:16:26 +0000 (13:16 +0100)
base/shell/cmd/cmd.c

index 5a3651d..2b63948 100644 (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];