commit 06a2e75ba6e9daff5c7e36c9491d0ec08e156fef
Author: Mattias Andrée <[email protected]>
AuthorDate: Sat Apr 30 22:58:17 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Sat Apr 30 22:58:17 2016 +0200
Fix typo
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/zahl-internals.h b/zahl-internals.h
index 2024919..e9232dd 100644
--- a/zahl-internals.h
+++ b/zahl-internals.h
@@ -51,7 +51,7 @@
#define ZAHL_BITS_PER_CHAR 64
#define ZAHL_LB_BITS_PER_CHAR 6
#define ZAHL_CHAR_MAX UINT64_MAX
-/* Note: These, cannot be changed willy-nilly, some code depends
+/* Note: These cannot be changed willy-nilly, some code depends
* on them, be cause being flexible would just be too painful. */