Skip to content

Commit 3c592d9

Browse files
committed
style: fix typo
1 parent 37bf685 commit 3c592d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/alsa/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ fn set_hw_params_from_format(
12561256
}
12571257

12581258
// We shouldn't fail if the driver isn't happy here.
1259-
// `default` pcm sometimes fails here, but there no reason to as we
1259+
// `default` pcm sometimes fails here, but there's no reason to as we
12601260
// provide a direction and 2 is strictly the minimum number of periods.
12611261
let _ = hw_params.set_periods(2, alsa::ValueOr::Greater);
12621262

0 commit comments

Comments
 (0)