git: 81ed3cae6918 - main - gpart(8): Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 17:36:53 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=81ed3cae6918ddbe7047e21646955c77c70bc47f commit 81ed3cae6918ddbe7047e21646955c77c70bc47f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:01:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-28 17:36:48 +0000 gpart(8): Fix two typos in source code comments - s/partiton/partition/ MFC after: 3 days --- sys/geom/part/g_part_if.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/part/g_part_if.m b/sys/geom/part/g_part_if.m index 53d9b16049e3..01f398aee152 100644 --- a/sys/geom/part/g_part_if.m +++ b/sys/geom/part/g_part_if.m @@ -158,7 +158,7 @@ METHOD void dumpconf { const char *indent; }; -# dumpto() - return whether the partiton can be used for kernel dumps. +# dumpto() - return whether the partition can be used for kernel dumps. METHOD int dumpto { struct g_part_table *table; struct g_part_entry *entry;