summaryrefslogtreecommitdiff
path: root/glob/glob.h
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 18:26:19 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 18:32:28 +0000
commita3be1a443088d7516f15caf915b509406b43355d (patch)
treeb95e90dd5e0f84410a1d86c1d58a221089ca4162 /glob/glob.h
parent7290ffb132cfa8c13bf6fb306eb3250e0f9c1f65 (diff)
downloadmake-baserock/tiagogomes/armv8l64.tar.gz
Diffstat (limited to 'glob/glob.h')
-rw-r--r--glob/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h
index a613aff5..0992de36 100644
--- a/glob/glob.h
+++ b/glob/glob.h
@@ -56,7 +56,7 @@ typedef __SIZE_TYPE__ __size_t;
# else
/* This is a guess. */
/*hb
- * Conflicts with DECCs aready defined type __size_t.
+ * Conflicts with DECCs already defined type __size_t.
* Defining an own type with a name beginning with '__' is no good.
* Anyway if DECC is used and __SIZE_T is defined then __size_t is
* already defined (and I hope it's exactly the one we need here).