diff options
author | Matthew Ahrens <[email protected]> | 2020-06-22 09:46:37 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-22 09:46:37 -0700 |
commit | 540493ba4f92df1cd3aa18336734cc07702b8bfb (patch) | |
tree | 5e30c8ef74a213c9471fece4c697d289da3c1444 /module/os | |
parent | 745ace3f24299d0c319950db53012db2a0096d50 (diff) |
Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.ksh
Rephrase comments to be more clear.
Reviewed-by: Serapheim Dimitropoulos <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Matthew Ahrens <[email protected]>
Closes #10481
Diffstat (limited to 'module/os')
-rw-r--r-- | module/os/freebsd/zfs/vdev_geom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/os/freebsd/zfs/vdev_geom.c b/module/os/freebsd/zfs/vdev_geom.c index 80fc37840..69a73103c 100644 --- a/module/os/freebsd/zfs/vdev_geom.c +++ b/module/os/freebsd/zfs/vdev_geom.c @@ -844,7 +844,7 @@ vdev_geom_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, * opened (since boot), and we are not loading an * existing pool configuration. This looks like a * vdev add operation to a new or existing pool. - * Assume the user knows what he/she is doing and find + * Assume the user really wants to do this, and find * GEOM provider by its name, ignoring GUID mismatches. * * XXPOLICY: It would be safer to only allow a device |