aboutsummaryrefslogtreecommitdiff
path: root/src/raw/bitmask.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw/bitmask.rs')
-rw-r--r--src/raw/bitmask.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/bitmask.rs b/src/raw/bitmask.rs
index 99b2d53..7d4f9fc 100644
--- a/src/raw/bitmask.rs
+++ b/src/raw/bitmask.rs
@@ -106,7 +106,7 @@ impl IntoIterator for BitMask {
}
}
-/// Iterator over the contents of a `BitMask`, returning the indicies of set
+/// Iterator over the contents of a `BitMask`, returning the indices of set
/// bits.
pub struct BitMaskIter(BitMask);