https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f6ad0938015505eb1ed58…
commit f6ad0938015505eb1ed5804c4a35825cb03673f3
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Tue Dec 10 13:16:26 2019 +0100
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Tue Dec 10 13:16:26 2019 +0100
[CMD] Fix 'MAX_ULONG' typo in a comment (#2143)
---
base/shell/cmd/cmd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/shell/cmd/cmd.c b/base/shell/cmd/cmd.c
index 5a3651d935f..2b63948d94e 100644
--- a/base/shell/cmd/cmd.c
+++ b/base/shell/cmd/cmd.c
@@ -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];