mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 01:45:07 -04:00
kern: fix various comment/style hygiene issues (thanks @liamwhite)
This commit is contained in:
parent
3217df147e
commit
e09ba765a1
7 changed files with 14 additions and 16 deletions
|
@ -96,7 +96,7 @@ namespace ams::nxboot::loader {
|
|||
}
|
||||
|
||||
void Uncompress(void *dst, size_t dst_size, const void *src, size_t src_size) {
|
||||
/* Create an execute a decompressor. */
|
||||
/* Create and execute a decompressor. */
|
||||
Lz4Uncompressor(dst, dst_size, src, src_size).Uncompress();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue