git: 5316b49faff2 - stable/13 - efivar(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:32 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5316b49faff2326dd0a7b5302d7212079d3cfe7b commit 5316b49faff2326dd0a7b5302d7212079d3cfe7b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 11:34:46 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:05:57 +0000 efivar(8): Fix a typo in a source code comment - s/differnt/different/ (cherry picked from commit cf226430bb1a6086106fb63669b526cfc33a2544) --- usr.sbin/efivar/efiutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/efivar/efiutil.h b/usr.sbin/efivar/efiutil.h index dbcb598c789e..19e80b89ecf9 100644 --- a/usr.sbin/efivar/efiutil.h +++ b/usr.sbin/efivar/efiutil.h @@ -26,7 +26,7 @@ */ /* - * differnt routines to dump data. + * different routines to dump data. */ void asciidump(uint8_t *data, size_t datalen);