mmap locking API: convert mmap_sem comments
[linux-2.6-microblaze.git] / arch / arc / mm / fault.c
index 5b213bc..72f5405 100644 (file)
@@ -141,7 +141,7 @@ retry:
        }
 
        /*
-        * Fault retry nuances, mmap_sem already relinquished by core mm
+        * Fault retry nuances, mmap_lock already relinquished by core mm
         */
        if (unlikely((fault & VM_FAULT_RETRY) &&
                     (flags & FAULT_FLAG_ALLOW_RETRY))) {