Fix some typos

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Mateusz Piotrowski <0mp@FreeBSD.org>
Closes #15141
This commit is contained in:
Mateusz Piotrowski
2023-08-07 22:53:59 +02:00
committed by Brian Behlendorf
parent df8c9f351d
commit c418edf1d3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1292,7 +1292,7 @@ metaslab_group_allocatable(metaslab_group_t *mg, metaslab_group_t *rotor,
/*
* If this metaslab group is below its qmax or it's
* the only allocatable metasable group, then attempt
* the only allocatable metaslab group, then attempt
* to allocate from it.
*/
if (qdepth < qmax || mc->mc_alloc_groups == 1)