lguest: update comments
[firefly-linux-kernel-4.4.55.git] / drivers / lguest / core.c
index efa202499e37f792eb808188bf80652ce3cd07fc..2535933c49f83cb9fa8b7488caddf6a20dd8db09 100644 (file)
@@ -117,7 +117,7 @@ static __init int map_switcher(void)
 
        /*
         * Now the Switcher is mapped at the right address, we can't fail!
-        * Copy in the compiled-in Switcher code (from <arch>_switcher.S).
+        * Copy in the compiled-in Switcher code (from x86/switcher_32.S).
         */
        memcpy(switcher_vma->addr, start_switcher_text,
               end_switcher_text - start_switcher_text);