diff options
author | stephan <stephan@noemail.net> | 2022-10-02 03:14:38 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-02 03:14:38 +0000 |
commit | 9fdce595ebc88dd3a5c5a94a72981279e094423c (patch) | |
tree | 8ff34073fa5145346ff74b74e69b42b945e9bd8d /ext/wasm/common/whwasmutil.js | |
parent | 63e9ec2f9c7042fc8fb3f858144ee9ebe5408f69 (diff) | |
download | sqlite-9fdce595ebc88dd3a5c5a94a72981279e094423c.tar.gz sqlite-9fdce595ebc88dd3a5c5a94a72981279e094423c.zip |
Doc typo fixes.
FossilOrigin-Name: e528675da3971907666c7d2d09763975a105ec585dc5122145f65905d535bed8
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index 6b08d4f78..6e8fa00dc 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -1132,8 +1132,8 @@ self.WhWasmUtilInstaller = function(target){ The reason for the 2nd argument is.. - When one of the pointers will refer to a 64-bit value, e.g. a - double or int64, an that value must be written or fetch, + When one of the returned pointers will refer to a 64-bit value, + e.g. a double or int64, an that value must be written or fetched, e.g. using setMemValue() or getMemValue(), it is important that the pointer in question be aligned to an 8-byte boundary or else it will not be fetched or written properly and will corrupt or |