aboutsummaryrefslogtreecommitdiff
path: root/lib/bcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bcheck.c')
-rw-r--r--lib/bcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bcheck.c b/lib/bcheck.c
index 968cdf4..76413ad 100644
--- a/lib/bcheck.c
+++ b/lib/bcheck.c
@@ -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;