git: ac6ea7bdb5e3 - stable/12 - 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:34:03 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ac6ea7bdb5e377684b890953c3c88b920954e3bb commit ac6ea7bdb5e377684b890953c3c88b920954e3bb 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:31:51 +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);