spelling fixes: eventhough, shoudl, asyncronous, maxium, implicity
These changes are carried in debian for a long time, some since 2016. The last one (implicity) is new in 1.20.0. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Bart Van Assche
parent
d960e6253c
commit
6e0206c135
@@ -58,7 +58,7 @@ test_sanitize_reset(void)
|
||||
return;
|
||||
}
|
||||
|
||||
logging(LOG_VERBOSE, "Send an asyncronous SANITIZE to the target.");
|
||||
logging(LOG_VERBOSE, "Send an asynchronous SANITIZE to the target.");
|
||||
data.size = block_size + 4;
|
||||
data.data = alloca(data.size);
|
||||
memset(&data.data[4], 0, block_size);
|
||||
|
||||
Reference in New Issue
Block a user