summaryrefslogtreecommitdiff
path: root/libdraw/computil.c
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-02-24 23:53:07 +0000
committerforsyth <forsyth@vitanuova.com>2011-02-24 23:53:07 +0000
commit54d06533f3d8d73d9369206f7f5be71351cfbcf3 (patch)
tree108f8c5cd35682381a2b900ee79c2e62ba41c78b /libdraw/computil.c
parenteaee8c58eb8bffb0d1752a55d275f7bc044b4a37 (diff)
20110224-2351
Diffstat (limited to 'libdraw/computil.c')
-rw-r--r--libdraw/computil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdraw/computil.c b/libdraw/computil.c
index 3ec103b8..aa1f1ad8 100644
--- a/libdraw/computil.c
+++ b/libdraw/computil.c
@@ -2,7 +2,7 @@
#include "draw.h"
/*
- * compressed data are seuences of byte codes.
+ * compressed data are sequences of byte codes.
* if the first byte b has the 0x80 bit set, the next (b^0x80)+1 bytes
* are data. otherwise, it's two bytes specifying a previous string to repeat.
*/