format: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 31 Mar 2012 22:41:39 +0000 (15:41 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 21 Apr 2012 04:39:52 +0000 (21:39 -0700)
commit6e8e87dfefd60ab46c6a484374cfd7911eef07c9
tree2d21ff1bef8fc1275b46cf95ec3670e80c2791bd
parent3328de5b6568b4dc85562b25add87c068b579cda
format: Fix typo in comment.

struct fmt_spec's 'd' member is not normally a number of "implied"
decimal places.  It is normally the number of decimal places that
will be presented in formatted values.  Thus, update the comment.
src/data/format.h