FLAC/ordinals.h : Provide links for <stdint.h> replacements.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 8 Mar 2013 10:13:13 +0000 (21:13 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 8 Mar 2013 10:13:13 +0000 (21:13 +1100)
include/FLAC/ordinals.h

index 647b07e..3c6dd18 100644 (file)
 #define FLAC__ORDINALS_H
 
 /* If your compiler does not provide <stdint.h> 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 <stdint.h>