Skip to content

Commit

Permalink
spi: spidev_test: Fix typo in error message
Browse files Browse the repository at this point in the history
Fix the spelling of 'output' in the error message.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Fabio Estevam authored and broonie committed Dec 8, 2015
1 parent f15c584 commit edd3899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/spi/spidev_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static void transfer(int fd, uint8_t const *tx, uint8_t const *rx, size_t len)

ret = write(out_fd, rx, len);
if (ret != len)
pabort("not all bytes written to utput file");
pabort("not all bytes written to output file");

close(out_fd);
}
Expand Down

0 comments on commit edd3899

Please sign in to comment.