mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
COMMON: Fix spelling of length
This commit is contained in:
parent
8c57c71e3a
commit
f83f5c5677
@ -83,7 +83,7 @@ namespace Common {
|
||||
* Print a hexdump of the data passed in. The number of bytes per line is
|
||||
* customizable.
|
||||
* @param data the data to be dumped
|
||||
* @param len the lenght of that data
|
||||
* @param len the length of that data
|
||||
* @param bytesPerLine number of bytes to print per line (default: 16)
|
||||
* @param startOffset shift the shown offsets by the starting offset (default: 0)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user