diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-04-30 22:58:17 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-04-30 22:58:17 +0200 |
| commit | 06a2e75ba6e9daff5c7e36c9491d0ec08e156fef (patch) | |
| tree | a7037b3d1c24ffc546594a65b0ac35886c1a78ed /zahl-internals.h | |
| parent | Some things to keep in mind when optimising (diff) | |
| download | libzahl-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 'zahl-internals.h')
| -rw-r--r-- | zahl-internals.h | 2 |
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. */ |
