We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eba12 commit 416332cCopy full SHA for 416332c
rust/src/low_level_il/operation.rs
@@ -98,7 +98,7 @@ where
98
/// `idx` must be less than 4. This is to protect against an out of bounds access.
99
///
100
/// # Safety
101
- /// Even if `idx` is valid, it may index to an unitialized or unused value. Make sure you index into an operand that
+ /// Even if `idx` is valid, it may index to an uninitialized or unused value. Make sure you index into an operand that
102
/// you know should be initialized properly.
103
pub unsafe fn get_operand(&self, idx: usize) -> u64 {
104
assert!(idx < 4);
0 commit comments