mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Fix a comment for the SUN geom class.
Reivewed by: cy@, bcr@ Differential Revision: https://reviews.freebsd.org/D23593
This commit is contained in:
parent
f8f33808c0
commit
0d94b31ad3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357737
@ -484,7 +484,7 @@ partition_tbl_handle_disk(int32_t ds_index, const char *disk_dev_name)
|
||||
|
||||
/*
|
||||
* Get the "SUN" GEOM class.
|
||||
* Here we'll find all the info needed about the BSD slices.
|
||||
* Here we'll find all the info needed about the SUN slices.
|
||||
*/
|
||||
if ((classp = find_class(&mesh, "SUN")) != NULL) {
|
||||
get_bsd_sun(classp, ds_index, disk_dev_name);
|
||||
|
Loading…
Reference in New Issue
Block a user