Typo fix: s/SNPrint/SNPrintf

llvm-svn: 150069
This commit is contained in:
Alexander Potapenko 2012-02-08 11:45:09 +00:00
parent 1adc1d53dd
commit 42cdb7e640
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ size_t ReadFileToBuffer(const char *file_name, char **buff,
// asan_printf.cc
void RawWrite(const char *buffer);
int SNPrint(char *buffer, size_t length, const char *format, ...);
int SNPrintf(char *buffer, size_t length, const char *format, ...);
void Printf(const char *format, ...);
int SScanf(const char *str, const char *format, ...);
void Report(const char *format, ...);