mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
tests/od: fix typo 'discrepency' -> 'discrepancy'
This commit is contained in:
parent
000cf31b85
commit
b07c3a5393
@ -29,7 +29,7 @@ static const char long_str[] = "\xff,a\xff.bcdefghijklmnop";
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
/* test data width vs. output width discrepency */
|
/* test data width vs. output width discrepancy */
|
||||||
CALL(od_hex_dump(short_str, sizeof(short_str), OD_WIDTH_DEFAULT));
|
CALL(od_hex_dump(short_str, sizeof(short_str), OD_WIDTH_DEFAULT));
|
||||||
|
|
||||||
/* Test different output width in default configuration*/
|
/* Test different output width in default configuration*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user