git: 8a95dea1c0f8 - stable/12 - gpart(8): Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:43:44 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8a95dea1c0f8abee4f011308d915d6ba6bb0edd5 commit 8a95dea1c0f8abee4f011308d915d6ba6bb0edd5 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:01:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:37:36 +0000 gpart(8): Fix two typos in source code comments - s/partiton/partition/ (cherry picked from commit 81ed3cae6918ddbe7047e21646955c77c70bc47f) --- 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 5ce99ea22e06..4cceda2a0815 100644 --- a/sys/geom/part/g_part_if.m +++ b/sys/geom/part/g_part_if.m @@ -114,7 +114,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;