Skip to content

Commit 2b70315

Browse files
FractalFirantoyo
andauthored
Update src/common.rs
Co-authored-by: antoyo <[email protected]>
1 parent 637daf2 commit 2b70315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
4545
}
4646

4747
pub fn bytes_in_context<'gcc, 'tcx>(cx: &CodegenCx<'gcc, 'tcx>, bytes: &[u8]) -> RValue<'gcc> {
48-
// Instead of alaways using an array of bytes, use an array of larger intgers of target endianess
48+
// Instead of always using an array of bytes, use an array of larger integers of target endianness
4949
// if possible.
5050
match bytes.len() % 8 {
5151
0 => {

0 commit comments

Comments
 (0)