clk: zynqmp: Fix invalid clock name queries
[linux-2.6-microblaze.git] / mm / vmalloc.c
index 6b8eeb0..399f219 100644 (file)
@@ -3368,7 +3368,7 @@ retry:
                        goto overflow;
 
                /*
-                * If required width exeeds current VA block, move
+                * If required width exceeds current VA block, move
                 * base downwards and then recheck.
                 */
                if (base + end > va->va_end) {