Selaa lähdekoodia

itnegration-test: fix typo

Philipp Schuster 1 vuosi sitten
vanhempi
commit
d66882fd11
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      integration-test/bins/multiboot2_chainloader/src/start.S

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

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