Skip to content

Commit 320faa6

Browse files
committed
itnegration-test: fix typo
1 parent 1e67e42 commit 320faa6

File tree

1 file changed

+1
-1
lines changed
  • integration-test/bins/multiboot2_chainloader/src

1 file changed

+1
-1
lines changed

integration-test/bins/multiboot2_chainloader/src/start.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ start:
3636

3737
# Enable SSE.
3838
# Strictly speaking, this is not necessary, but I activated SSE in the
39-
# compiler spec json file. Rustc/LLVM produces SSE coe for example from the
39+
# compiler spec json file. Rustc/LLVM produces SSE code for example from the
4040
# core::fmt code.
4141
mov %cr0, %eax
4242
and $0xFFFB, %ax # clear coprocessor emulation CR0.EM

0 commit comments

Comments
 (0)