mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 19:47:53 -05:00
general: fix spelling mistakes
This commit is contained in:
@ -25,7 +25,7 @@ namespace Response {
|
||||
/**
|
||||
* Returns Type if the packet is valid, else none
|
||||
*
|
||||
* Note: Modifies the buffer to zero out the crc (since thats the easiest way to check without
|
||||
* Note: Modifies the buffer to zero out the crc (since that's the easiest way to check without
|
||||
* copying the buffer)
|
||||
*/
|
||||
std::optional<Type> Validate(u8* data, std::size_t size) {
|
||||
|
Reference in New Issue
Block a user