Skip to content

Commit 332750f

Browse files
oli-obkRalfJung
andauthored
Update compiler/rustc_target/src/abi/mod.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent 5f087f0 commit 332750f

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_target/src/abi

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/abi/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ impl Size {
307307
if bytes < dl.obj_size_bound() { Some(Size::from_bytes(bytes)) } else { None }
308308
}
309309

310-
/// Truncates `value` to `self` bits and then sign-extend it to 128 bits
310+
/// Truncates `value` to `self` bits and then sign-extends it to 128 bits
311311
/// (i.e., if it is negative, fill with 1's on the left).
312312
#[inline]
313313
pub fn sign_extend(self, value: u128) -> u128 {

0 commit comments

Comments
 (0)