]> Git Repo - linux.git/blobdiff - drivers/staging/ramster/xvmalloc.c
mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ
[linux.git] / drivers / staging / ramster / xvmalloc.c
index 93ba8e9407aa77eacffa74b51bd232ebb2a3e3cf..44ceb0b823a9ad1cc6fda93300c714e365d7f8e1 100644 (file)
@@ -132,7 +132,7 @@ static u32 find_block(struct xv_pool *pool, u32 size,
        if (!pool->flbitmap)
                return 0;
 
-       /* Get freelist index correspoding to this size */
+       /* Get freelist index corresponding to this size */
        slindex = get_index(size);
        slbitmap = pool->slbitmap[slindex / BITS_PER_LONG];
        slbitstart = slindex % BITS_PER_LONG;
This page took 0.032019 seconds and 4 git commands to generate.