Date: Sat, 2 Apr 2022 13:35:52 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: 877278cf45b7 - stable/13 - libefivar(3): Fix a typo in a source code comment Message-ID: <202204021335.232DZqxP003400@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=877278cf45b72040c6fb39015716c8c156c200ec commit 877278cf45b72040c6fb39015716c8c156c200ec Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:29:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:35:15 +0000 libefivar(3): Fix a typo in a source code comment - s/partiton/partition/ (cherry picked from commit b1c5f60ce87cc2f179dfb81de507d9b7bf59564c) --- lib/libefivar/efivar-dp-xlate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libefivar/efivar-dp-xlate.c b/lib/libefivar/efivar-dp-xlate.c index a67b31c737d0..1b30d1dfb143 100644 --- a/lib/libefivar/efivar-dp-xlate.c +++ b/lib/libefivar/efivar-dp-xlate.c @@ -395,7 +395,7 @@ efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char * but /path/to must be. It must reside on a local filesystem * mounted on a GPT or MBR partition. * 2) //path/to/file -- Shorthand for 'On the EFI partition, \path\to\file' - * where 'The EFI Partition' is a partiton that's type is 'efi' + * where 'The EFI Partition' is a partition that's type is 'efi' * on the same disk that / is mounted from. If there are multiple * or no 'efi' parittions on that disk, or / isn't on a disk that * we can trace back to a physical device, an error will result
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021335.232DZqxP003400>