Author: imp Date: Mon Feb 10 17:16:50 2020 New Revision: 357737 URL: https://svnweb.freebsd.org/changeset/base/357737
Log: Fix a comment for the SUN geom class. Reivewed by: cy@, bcr@ Differential Revision: https://reviews.freebsd.org/D23593 Modified: head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c Modified: head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c ============================================================================== --- head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c Mon Feb 10 17:16:45 2020 (r357736) +++ head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c Mon Feb 10 17:16:50 2020 (r357737) @@ -484,7 +484,7 @@ partition_tbl_handle_disk(int32_t ds_index, const char /* * 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); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
