Date: Sat, 9 Apr 2022 06:34:03 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ac6ea7bdb5e3 - stable/12 - efivar(8): Fix a typo in a source code comment Message-ID: <202204090634.2396Y3pa062771@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090634.2396Y3pa062771>