summaryrefslogtreecommitdiff
path: root/missing/vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/vsnprintf.c')
-rw-r--r--missing/vsnprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/vsnprintf.c b/missing/vsnprintf.c
index 6afdfa189f..dd4f75cfd8 100644
--- a/missing/vsnprintf.c
+++ b/missing/vsnprintf.c
@@ -496,7 +496,7 @@ BSD_vfprintf(fp, fmt0, ap)
/*
* Choose PADSIZE to trade efficiency vs. size. If larger printf
- * fields occur frequently, increase PADSIZE and make the initialisers
+ * fields occur frequently, increase PADSIZE and make the initializers
* below longer.
*/
#define PADSIZE 16 /* pad chunk size */