summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-18 16:30:21 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-18 16:30:21 -0800
commit3e1f8188baefc07db46bd23a0978825246c436ce (patch)
tree8e859093fddd3a969c2c1b5808b05cbb60e5f41f /lib
parent262ac66688545fb2b0af9400d675839d1d437ddb (diff)
downloadgnulib-3e1f8188baefc07db46bd23a0978825246c436ce.tar.gz
ftoastr: fix typo
* lib/ftoastr.h: Fix misspelling in comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/ftoastr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftoastr.h b/lib/ftoastr.h
index 6264952e8e..6694e3c04e 100644
--- a/lib/ftoastr.h
+++ b/lib/ftoastr.h
@@ -58,7 +58,7 @@ enum
FTOASTR_ALWAYS_SIGNED = 2,
/* Output " " before positive numbers; ignored if
- FTOASTER_ALWAYS_SIGNED is also given. */
+ FTOASTR_ALWAYS_SIGNED is also given. */
FTOASTR_SPACE_POSITIVE = 4,
/* Pad with zeros instead of spaces; ignored if FTOASTR_LEFT_JUSTIFY