git: cb847c42b53f - stable/13 - 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:35:47 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=cb847c42b53fa4a190e950a46b8fa71547e6f79e
commit cb847c42b53fa4a190e950a46b8fa71547e6f79e
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:33: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 577fdad85207..fd25b81b072b 100644
--- a/sys/geom/part/g_part_if.m
+++ b/sys/geom/part/g_part_if.m
@@ -151,7 +151,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;