x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
[platform/kernel/linux-rpi.git] / arch / x86 / entry / entry_64.S
index 9e48002..932a445 100644 (file)
@@ -213,7 +213,7 @@ ENTRY(entry_SYSCALL_64)
 
        swapgs
        /*
-        * This path is not taken when PAGE_TABLE_ISOLATION is disabled so it
+        * This path is only taken when PAGE_TABLE_ISOLATION is disabled so it
         * is not required to switch CR3.
         */
        movq    %rsp, PER_CPU_VAR(rsp_scratch)