Propery format doccomment in lto.h . NFC

llvm-svn: 276725
This commit is contained in:
Amaury Sechet 2016-07-26 04:20:30 +00:00
parent 57a59b0543
commit e2065b6cb3

View File

@ -145,10 +145,10 @@ extern lto_bool_t
lto_module_has_objc_category(const void *mem, size_t length);
/**
* Checks if a buffer is a loadable object file.
*
* \since prior to LTO_API_VERSION=3
*/
* Checks if a buffer is a loadable object file.
*
* \since prior to LTO_API_VERSION=3
*/
extern lto_bool_t lto_module_is_object_file_in_memory(const void *mem,
size_t length);