fix comment typos

This commit is contained in:
Josh Coalson 2004-11-09 01:29:16 +00:00
parent b43d3cbd9e
commit 8f64899d97
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#define FLAC__INLINE
#endif
/* adjust for compilers that can't understand using LLU suffix for uint64_t literals */
/* adjust for compilers that can't understand using LL suffix for int64_t literals */
#ifdef _MSC_VER
#define FLAC__I64L(x) x
#else