Skip to content

Commit

Permalink
COMMON: Fix spelling of length
Browse files Browse the repository at this point in the history
  • Loading branch information
klusark committed Apr 5, 2012
1 parent 8c57c71 commit f83f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util.h
Expand Up @@ -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)
*/
Expand Down

0 comments on commit f83f5c5

Please sign in to comment.