summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 8cb07e3..595f8f2 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -330,7 +330,7 @@ int __swbuf __P((int, FILE *));
__END_DECLS
/*
- * The __sfoo macros are here so that we can
+ * The __sfoo macros are here so that we can
* define function versions in the C library.
*/
#define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
OpenPOWER on IntegriCloud