x86: Fix various typos in comments, take #2
[sfrench/cifs-2.6.git] / arch / x86 / kernel / relocate_kernel_64.S
index a4d9a261425b0f48da767884068112a053823fdb..c53271aebb64d9b6298f034206a9a130bc067c92 100644 (file)
@@ -121,7 +121,7 @@ SYM_CODE_START_LOCAL_NOALIGN(identity_mapped)
         *  - Write protect disabled
         *  - No task switch
         *  - Don't do FP software emulation.
-        *  - Proctected mode enabled
+        *  - Protected mode enabled
         */
        movq    %cr0, %rax
        andq    $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax