summaryrefslogtreecommitdiff
path: root/test cases/native
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/native')
-rw-r--r--test cases/native/2 global arg/prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/native/2 global arg/prog.c b/test cases/native/2 global arg/prog.c
index 2a71236b6..c70a669f6 100644
--- a/test cases/native/2 global arg/prog.c
+++ b/test cases/native/2 global arg/prog.c
@@ -11,7 +11,7 @@
#endif
#if !defined(GLOBAL_HOST) && !defined(GLOBAL_BUILD)
- #error "Neither global_host nor glogal_build is set."
+ #error "Neither global_host nor global_build is set."
#endif
#if defined(GLOBAL_HOST) && defined(GLOBAL_BUILD)