summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
authorrpj <rpj>2010-02-15 14:13:58 +0000
committerrpj <rpj>2010-02-15 14:13:58 +0000
commit135d6f060c5e5232311af77bd0d0f500e861290c (patch)
tree1b8a6c26c2e7cfbee073a7c138a564296934882a /global.c
parent866c278580edc88765929fdbc5235d15bab44d3d (diff)
Comments and code style changes
Diffstat (limited to 'global.c')
-rw-r--r--global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.c b/global.c
index 2b55422..e92b8f1 100644
--- a/global.c
+++ b/global.c
@@ -49,7 +49,7 @@ pthread_cond_t ptw32_cond_list_tail = NULL;
int ptw32_concurrency = 0;
-/* What features have been auto-detaected */
+/* What features have been auto-detected */
int ptw32_features = 0;
BOOL ptw32_smp_system = PTW32_TRUE; /* Safer if assumed true initially. */