1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-22 15:11:41 +02:00

speedo: Comment typo fix

--
This commit is contained in:
Werner Koch 2014-08-12 10:36:30 +02:00
parent e30e5381bd
commit 1bde869d11

View File

@ -968,9 +968,9 @@ read_w32_registry_string (HKEY root, const char *dir, const char *name)
#define ENV_HK HKEY_CURRENT_USER #define ENV_HK HKEY_CURRENT_USER
#define ENV_REG "Environment" #define ENV_REG "Environment"
#endif #endif
/* Due to a bug in Windows7 (kb 2685893) we better but a lower limit /* Due to a bug in Windows7 (kb 2685893) we better put a lower limit
than 8191 on the maximum length of the PATH variable. Note, that than 8191 on the maximum length of the PATH variable. Note, that
depending on the used toolchain we used to have a 259 byte limit in depending on the used toolchain we used to had a 259 byte limit in
the past. */ the past. */
#define PATH_LENGTH_LIMIT 2047 #define PATH_LENGTH_LIMIT 2047