Fix typo in comment.
authorGuy Harris <guy@alum.mit.edu>
Thu, 17 Sep 2009 02:02:21 +0000 (02:02 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 17 Sep 2009 02:02:21 +0000 (02:02 -0000)
svn path=/trunk/; revision=29955

version_info.c

index 6b54424569786ea6c69911ade037a35e28cd6d05..528b04b9308b18f7d4f455f56372e9706db44554 100644 (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) {