add .gitreview file and fix a typo

Change-Id: I65eb4c184c5331680855049d64ae3bd2f4cb3d29
This commit is contained in:
wangqi 2018-02-23 12:30:18 +00:00
parent 772dc0d017
commit 55b4fcd3be
1 changed files with 2 additions and 2 deletions

View File

@ -2094,7 +2094,7 @@ module.exports = function inflate_table(type, lens, lens_index, codes, table, ta
This routine assumes, but does not check, that all of the entries in
lens[] are in the range 0..MAXBITS. The caller must assure this.
1..MAXBITS is interpreted as that code length. zero means that that
1..MAXBITS is interpreted as that code length. zero means that
symbol does not occur in this code.
The codes are sorted by computing a count of codes for each length,
@ -2415,4 +2415,4 @@ Inflate.prototype = {
module.exports = {Inflate: Inflate};
},{"../node_modules/pako/lib/zlib/inflate.js":5,"../node_modules/pako/lib/zlib/zstream.js":7}]},{},[8])(8)
});
});