efivar(8): Fix a typo in a source code comment

- s/differnt/different/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 13:34:46 +02:00
parent 6039e38f93
commit cf226430bb

View file

@ -26,7 +26,7 @@
*/
/*
* differnt routines to dump data.
* different routines to dump data.
*/
void asciidump(uint8_t *data, size_t datalen);