diff options
author | Werner Koch <[email protected]> | 2014-08-12 08:36:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-12 09:33:10 +0000 |
commit | 1bde869d114bcf08e6972a2f93c2664684ab8721 (patch) | |
tree | 9b43c20199466ed0e1807182ec8f794225197392 | |
parent | common: Fix typo in header inclusion protection macro. (diff) | |
download | gnupg-1bde869d114bcf08e6972a2f93c2664684ab8721.tar.gz gnupg-1bde869d114bcf08e6972a2f93c2664684ab8721.zip |
speedo: Comment typo fix
--
Diffstat (limited to '')
-rw-r--r-- | build-aux/speedo/w32/g4wihelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/speedo/w32/g4wihelp.c b/build-aux/speedo/w32/g4wihelp.c index 9d0379e0e..d2c93e710 100644 --- a/build-aux/speedo/w32/g4wihelp.c +++ b/build-aux/speedo/w32/g4wihelp.c @@ -968,9 +968,9 @@ read_w32_registry_string (HKEY root, const char *dir, const char *name) #define ENV_HK HKEY_CURRENT_USER #define ENV_REG "Environment" #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 - 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. */ #define PATH_LENGTH_LIMIT 2047 |