net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()
[linux-2.6-microblaze.git] / lib / maple_tree.c
index 3fe1491..fe3947b 100644 (file)
@@ -6062,7 +6062,7 @@ void *mas_find_rev(struct ma_state *mas, unsigned long min)
        if (mas->index < min)
                return NULL;
 
-       /* Retries on dead nodes handled by mas_next_entry */
+       /* Retries on dead nodes handled by mas_prev_entry */
        return mas_prev_entry(mas, min);
 }
 EXPORT_SYMBOL_GPL(mas_find_rev);