add comment

This commit is contained in:
BVK Chaitanya 2010-07-23 04:05:15 +05:30
parent 82e323a3d7
commit f2bf127859

View file

@ -20,6 +20,7 @@
#include <grub/mm.h>
#include <grub/script_sh.h>
/* Return nearest power of two that is >= v. */
static unsigned
round_up_exp (unsigned v)
{