summaryrefslogtreecommitdiff
path: root/nostdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'nostdio.h')
-rw-r--r--nostdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nostdio.h b/nostdio.h
index fa7ba990b0..b3b9ba061f 100644
--- a/nostdio.h
+++ b/nostdio.h
@@ -1,7 +1,7 @@
/*
* Strong denial of stdio - make all stdio calls (we can think of) errors
*/
-/* This is an 1st attempt to stop other include files pulling
+/* This is a 1st attempt to stop other include files pulling
in real <stdio.h>.
A more ambitious set of possible symbols can be found in
sfio.h (inside an _cplusplus gard).