Bug 1565515 - Fixed spelling mistake in comment r=ttung,asuth

Differential Revision: https://phabricator.services.mozilla.com/D37851

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Simon Giesecke 2019-07-26 13:45:15 +00:00
Родитель 67fb929afe
Коммит 6dac2d86ea
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ namespace indexedDB {
Chars (3FFF+80) - FFFF are encoded as 11xxxxxx xxxxxxxx xx000000
This ensures that the first byte is never encoded as 0, which means that the
string terminator (per basic-stategy table) sorts before any character.
string terminator (per basic-strategy table) sorts before any character.
The reason that (3FFF+80) - FFFF is encoded "shifted up" 6 bits is to maximize
the chance that the last character is 0. See below for why.