mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
gpart(8): Fix two typos in source code comments
- s/partiton/partition/ MFC after: 3 days
This commit is contained in:
parent
4a87beeccb
commit
81ed3cae69
@ -158,7 +158,7 @@ METHOD void dumpconf {
|
|||||||
const char *indent;
|
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 {
|
METHOD int dumpto {
|
||||||
struct g_part_table *table;
|
struct g_part_table *table;
|
||||||
struct g_part_entry *entry;
|
struct g_part_entry *entry;
|
||||||
|
Loading…
Reference in New Issue
Block a user