commit | e6923bf1d3a781e3b3f00895f051676b413610d1 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Sun Oct 14 09:47:42 2012 -0700 |
committer | Jeff Thompson <jeff@thefirst.org> | Sun Oct 14 09:47:42 2012 -0700 |
tree | b6bdd6d20dc8cabacc95aca6bc1dfebf5015281c | |
parent | 6aa338abbf6f778df6260adccfb751d5a18ca2ed [diff] |
Fix comment (class only used to encode ccnb).
diff --git a/js/encoding/BinaryXMLEncoder.js b/js/encoding/BinaryXMLEncoder.js index c717566..5f67fea 100644 --- a/js/encoding/BinaryXMLEncoder.js +++ b/js/encoding/BinaryXMLEncoder.js
@@ -1,5 +1,5 @@ /* - * This class is used to encode and decode binary elements ( blog, type/value pairs) + * This class is used to encode ccnb binary elements (blob, type/value pairs). * * @author: ucla-cs * See COPYING for copyright and distribution information.