Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / tools / lto / lto.cpp
index fe1992140079bcc2bb8afeb147ef5dbe9d154071..dd658d17519de130ff6ba90ff6d36a4dc67c1d72 100644 (file)
@@ -281,7 +281,7 @@ bool lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path)
 
 //
 // Generates code for all added modules into one native object file.
-// On sucess returns a pointer to a generated mach-o/ELF buffer and
+// On success returns a pointer to a generated mach-o/ELF buffer and
 // length set to the buffer size.  The buffer is owned by the 
 // lto_code_gen_t and will be freed when lto_codegen_dispose()
 // is called, or lto_codegen_compile() is called again.