aboutsummaryrefslogtreecommitdiff
path: root/lib/bcheck.c
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2014-04-07 13:31:00 +0200
committerVincent Lefevre <vincent@vinc17.net>2014-04-07 13:31:00 +0200
commit3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9 (patch)
tree9cb8986b31d58cd7ba2eb8e28a437cd7fa33b838 /lib/bcheck.c
parentd09a46d655f18e88b848e95ddf7fed7ac20bfc36 (diff)
downloadtinycc-3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9.tar.gz
tinycc-3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9.tar.bz2
Corrected spelling mistakes in comments and strings
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;