]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
pgalloc: fix comment
authorAntti Kantee <pooka@iki.fi>
Tue, 3 Nov 2015 20:11:27 +0000 (20:11 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 3 Nov 2015 20:11:27 +0000 (20:11 +0000)
no fuctional change

lib/libbmk_core/pgalloc.c

index 0206b01d7add6d002bd627a75896ec69e273e14f..57c580bd08822362007b785d773661e659bd21c8 100644 (file)
@@ -347,7 +347,7 @@ bmk_pgalloc_loadmem(unsigned long min, unsigned long max)
        carverange(min, range);
 }
 
-/* can we allocate len w/ align from freelist index i? */
+/* can we allocate for given align from freelist index i? */
 static struct chunk *
 satisfies_p(int i, unsigned long align)
 {