1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

tests/od: fix typo 'discrepency' -> 'discrepancy'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:17:59 +02:00
parent 000cf31b85
commit b07c3a5393
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -29,7 +29,7 @@ static const char long_str[] = "\xff,a\xff.bcdefghijklmnop";
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));
/* Test different output width in default configuration*/