mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
doc(runtime-c-api) Fix inline comment.
This commit is contained in:
parent
7d2721ef7a
commit
bedd305b06
@ -69,7 +69,7 @@ pub unsafe extern "C" fn wasmer_last_error_message(buffer: *mut c_char, length:
|
||||
let length = length as usize;
|
||||
|
||||
if error_message.len() >= length {
|
||||
// buffer to small to hold the error message
|
||||
// buffer is too small to hold the error message
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user