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

Differential Revision: https://phabricator.services.mozilla.com/D37851
This commit is contained in:
Simon Giesecke
2019-07-30 14:49:31 +00:00
parent 46d12c5337
commit 10ae90f3d4

View File

@@ -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.