aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-30 22:58:17 +0200
committerMattias Andrée <maandree@kth.se>2016-04-30 22:58:17 +0200
commit06a2e75ba6e9daff5c7e36c9491d0ec08e156fef (patch)
treea7037b3d1c24ffc546594a65b0ac35886c1a78ed
parentSome things to keep in mind when optimising (diff)
downloadlibzahl-06a2e75ba6e9daff5c7e36c9491d0ec08e156fef.tar.gz
libzahl-06a2e75ba6e9daff5c7e36c9491d0ec08e156fef.tar.bz2
libzahl-06a2e75ba6e9daff5c7e36c9491d0ec08e156fef.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--zahl-internals.h2
1 files changed, 1 insertions, 1 deletions
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. */