Fix typo in comment.

svn path=/trunk/; revision=29955
This commit is contained in:
Guy Harris 2009-09-17 02:02:21 +00:00
parent 2eea452ccb
commit 3302631960
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ get_runtime_version_info(GString *str, void (*additional_info)(GString *))
}
memset(&system_info, '\0', sizeof system_info);
GetSystemInfo(&system_info); /* only for W2K or greater .... (which is what we suuport) */
GetSystemInfo(&system_info); /* only for W2K or greater .... (which is what we support) */
switch (info.dwPlatformId) {