summary refs log tree commit diff stats
path: root/tinyc/lib/bcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/lib/bcheck.c')
-rw-r--r--tinyc/lib/bcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/lib/bcheck.c b/tinyc/lib/bcheck.c
index 0ec2a4b47..c59d04eb8 100644
--- a/tinyc/lib/bcheck.c
+++ b/tinyc/lib/bcheck.c
@@ -628,7 +628,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;