aboutsummaryrefslogtreecommitdiffstats
path: root/gb_string.h
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-01-01 19:33:06 +0000
committerGravatar gingerBill 2016-01-01 19:33:06 +0000
commit21c240a8ae4500a9c121cbabd301da6e5235fc01 (patch)
tree31898f6c9527a499f2540b026121eb4313605d3d /gb_string.h
parentMacro fixes (diff)
Explicit Everything!
Diffstat (limited to 'gb_string.h')
-rw-r--r--gb_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gb_string.h b/gb_string.h
index 0a244a8..90e24b0 100644
--- a/gb_string.h
+++ b/gb_string.h
@@ -91,7 +91,7 @@
//
// printf("%c %c\n", str[0], str[13]);
//
-// * gb strings are singularlly allocated. The meta-data is next to the character
+// * gb strings are singularly allocated. The meta-data is next to the character
// array which is better for the cache.
//
// Disadvantages: