https://git.reactos.org/?p=reactos.git;a=commitdiff;h=99f8ccdc7fb343e3e4fe9…
commit 99f8ccdc7fb343e3e4fe95ece1629eddd267c078
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Tue Dec 10 13:16:46 2019 +0100
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Tue Dec 10 13:16:46 2019 +0100
[SETUPLIB] Fix 'MAX_USHORT' typo in a comment (#2144)
---
base/setup/lib/utils/bldrsup.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/setup/lib/utils/bldrsup.h b/base/setup/lib/utils/bldrsup.h
index 41cc1bb11b8..39862660d8d 100644
--- a/base/setup/lib/utils/bldrsup.h
+++ b/base/setup/lib/utils/bldrsup.h
@@ -44,7 +44,7 @@ typedef struct _BOOT_STORE_OPTIONS
* IS_INTRESOURCE macros for Win32 resources.
*
* A key consists of either a boot ID number, comprised between 0 and
- * MAX_USHORT == 0xFFFF == 65535, or can be a pointer to a human-readable
+ * MAXUSHORT == 0xFFFF == 65535, or can be a pointer to a human-readable
* string (section name), as in the case of FreeLDR, or to a GUID, as in the
* case of BOOTMGR.
*