aboutsummaryrefslogtreecommitdiff
path: root/test/support/platform_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/platform_support.h')
-rw-r--r--test/support/platform_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/platform_support.h b/test/support/platform_support.h
index f4c2247e0dfb..737e5d7a01ce 100644
--- a/test/support/platform_support.h
+++ b/test/support/platform_support.h
@@ -59,7 +59,7 @@
#endif
#if defined(_NEWLIB_VERSION) && defined(__STRICT_ANSI__)
-// Newlib provies this, but in the header it's under __STRICT_ANSI__
+// Newlib provides this, but in the header it's under __STRICT_ANSI__
extern "C" {
int mkstemp(char*);
}