Fix a comment for the SUN geom class.

Reivewed by: cy@, bcr@
Differential Revision: https://reviews.freebsd.org/D23593
This commit is contained in:
imp 2020-02-10 17:16:50 +00:00
parent bb823859e5
commit 57caf537a0

View File

@ -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);