Corrected spelling mistakes in comments and strings

This commit is contained in:
Vincent Lefevre
2014-04-07 13:31:00 +02:00
parent d09a46d655
commit 3e9a7e9d69
11 changed files with 18 additions and 18 deletions

View File

@ -635,7 +635,7 @@ int __bound_delete_region(void *p)
}
/* return the size of the region starting at p, or EMPTY_SIZE if non
existant region. */
existent region. */
static unsigned long get_region_size(void *p)
{
unsigned long addr = (unsigned long)p;