From cd3bea4464ffa3f4c0a70d654ddece077f79db5f Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 6 Apr 2011 19:21:29 -0400 Subject: [PATCH] Slight comment rewording. --- c_src/decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/decoder.c b/c_src/decoder.c index 9822d66..7968c39 100644 --- a/c_src/decoder.c +++ b/c_src/decoder.c @@ -259,7 +259,7 @@ dec_string(Decoder* d, ERL_NIF_TERM* value) // can't do things like encode 't' in three bytes. // To check this all we need to ensure is that for each // of the following bit patterns that there is at least - // one 1 bit in each of the x's + // one 1 bit in any of the x's // 11: 110xxxxy 10yyyyyy // 16: 1110xxxx 10xyyyyy 10yyyyyy // 21: 11110xxx 10xxyyyy 10yyyyyy 10yyyyyy