Fix a few typos and a double semicolon. Patch by Eitan Adler.

This commit is contained in:
Ezio Melotti 2013-01-27 06:20:14 +02:00
parent 1c1cadbbca
commit 3f5db3940f
10 changed files with 10 additions and 10 deletions

View file

@ -2084,7 +2084,7 @@ mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status)
}
/*
* Compare a and b, convert the the usual integer result to a decimal and
* Compare a and b, convert the usual integer result to a decimal and
* store it in 'result'. For convenience, the integer result of the comparison
* is returned. Comparisons involving NaNs return NaN/INT_MAX.
*/