diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:35:49 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:35:49 +0900 |
commit | 0bc4568c4b69ef6535079bedda4a578f4e375aeb (patch) | |
tree | 3b6c2c08031225e8f6cc9032b4ee0ba78512538b /lib/snprintf.c | |
parent | 7acd85d65ef52b08be9cf5cdf057239aa7a21e85 (diff) | |
download | rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.gz rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.bz2 rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.zip |
Imported Upstream version 3.2.0upstream/3.2.0
Diffstat (limited to 'lib/snprintf.c')
-rw-r--r-- | lib/snprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snprintf.c b/lib/snprintf.c index c17868f0..52fdd11f 100644 --- a/lib/snprintf.c +++ b/lib/snprintf.c @@ -34,7 +34,7 @@ * probably requires libm on most operating systems. Don't yet * support the exponent (e,E) and sigfig (g,G). Also, fmtint() * was pretty badly broken, it just wasn't being exercised in ways - * which showed it, so that's been fixed. Also, formated the code + * which showed it, so that's been fixed. Also, formatted the code * to mutt conventions, and removed dead code left over from the * original. Also, there is now a builtin-test, just compile with: * gcc -I.. -DTEST_SNPRINTF -o snprintf snprintf.c -lm @@ -77,7 +77,7 @@ * Fix incorrect zpadlen handling in fmtfp. * Thanks to Ollie Oldham <ollie.oldham@metro-optix.com> for spotting it. * few mods to make it easier to compile the tests. - * addedd the "Ollie" test to the floating point ones. + * added the "Ollie" test to the floating point ones. * * Martin Pool (mbp@samba.org) April 2003 * Remove NO_CONFIG_H so that the test case can be built within a source |