diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h index 647b07e4..3c6dd184 100644 --- a/include/FLAC/ordinals.h +++ b/include/FLAC/ordinals.h @@ -33,7 +33,10 @@ #define FLAC__ORDINALS_H /* If your compiler does not provide you should provide a replacement - * which hss suitable replacements for the following intX_T and uintX_t types. + * which has suitable replacements for the following intX_T and uintX_t types. + * For example: + * http://msinttypes.googlecode.com/svn/trunk/stdint.h + * http://www.azillionmonkeys.com/qed/pstdint.h */ #include