Skip to content

Commit f9b142c

Browse files
qryxipkoba-e964
andauthored
Update src/internal_bit.rs
Co-authored-by: Hiroki Kobayashi <[email protected]>
1 parent a453716 commit f9b142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal_bit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Skipped:
22
//
3-
// - `bsf` = `__builtin_ctz`: should equivalent to `{integer}::trailing_zeros`
3+
// - `bsf` = `__builtin_ctz`: is equivalent to `{integer}::trailing_zeros`
44

55
#[allow(dead_code)]
66
pub(crate) fn ceil_pow2(n: u32) -> u32 {

0 commit comments

Comments
 (0)