net: phy: mscc: do not access the MDIO bus lock directly
[platform/kernel/linux-rpi.git] / mm / vmalloc.c
index 1e94497..3091c2c 100644 (file)
@@ -2317,7 +2317,7 @@ static inline void __vfree_deferred(const void *addr)
         * Use raw_cpu_ptr() because this can be called from preemptible
         * context. Preemption is absolutely fine here, because the llist_add()
         * implementation is lockless, so it works even if we are adding to
-        * nother cpu's list.  schedule_work() should be fine with this too.
+        * another cpu's list. schedule_work() should be fine with this too.
         */
        struct vfree_deferred *p = raw_cpu_ptr(&vfree_deferred);