From 9b4e26c89aab1d1ed493e652c0f39a0516cf6d6b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 18 May 2020 05:44:01 +1000 Subject: [PATCH] docs: Fix simple typo, fnctl -> fcntl There is a small typo in dist/sql-asm-debug.js, dist/sql-wasm-debug.js, dist/worker.sql-asm-debug.js, dist/worker.sql-wasm-debug.js. Should read `fcntl` rather than `fnctl`. --- dist/sql-asm-debug.js | 2 +- dist/sql-wasm-debug.js | 2 +- dist/worker.sql-asm-debug.js | 2 +- dist/worker.sql-wasm-debug.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/sql-asm-debug.js b/dist/sql-asm-debug.js index 2ff9aac..217e47c 100644 --- a/dist/sql-asm-debug.js +++ b/dist/sql-asm-debug.js @@ -5727,7 +5727,7 @@ function copyTempDouble(ptr) { case 8: return -ERRNO_CODES.EINVAL; // These are for sockets. We don't have them fully implemented yet. case 9: - // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fnctl() returns that, and we set errno ourselves. + // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fcntl() returns that, and we set errno ourselves. ___setErrNo(ERRNO_CODES.EINVAL); return -1; default: { diff --git a/dist/sql-wasm-debug.js b/dist/sql-wasm-debug.js index 1b9d1d4..506d297 100644 --- a/dist/sql-wasm-debug.js +++ b/dist/sql-wasm-debug.js @@ -5891,7 +5891,7 @@ function copyTempDouble(ptr) { case 8: return -ERRNO_CODES.EINVAL; // These are for sockets. We don't have them fully implemented yet. case 9: - // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fnctl() returns that, and we set errno ourselves. + // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fcntl() returns that, and we set errno ourselves. ___setErrNo(ERRNO_CODES.EINVAL); return -1; default: { diff --git a/dist/worker.sql-asm-debug.js b/dist/worker.sql-asm-debug.js index 03478d4..904864b 100644 --- a/dist/worker.sql-asm-debug.js +++ b/dist/worker.sql-asm-debug.js @@ -5695,7 +5695,7 @@ function copyTempDouble(ptr) { case 8: return -ERRNO_CODES.EINVAL; // These are for sockets. We don't have them fully implemented yet. case 9: - // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fnctl() returns that, and we set errno ourselves. + // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fcntl() returns that, and we set errno ourselves. ___setErrNo(ERRNO_CODES.EINVAL); return -1; default: { diff --git a/dist/worker.sql-wasm-debug.js b/dist/worker.sql-wasm-debug.js index 56869e9..8167040 100644 --- a/dist/worker.sql-wasm-debug.js +++ b/dist/worker.sql-wasm-debug.js @@ -5891,7 +5891,7 @@ function copyTempDouble(ptr) { case 8: return -ERRNO_CODES.EINVAL; // These are for sockets. We don't have them fully implemented yet. case 9: - // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fnctl() returns that, and we set errno ourselves. + // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fcntl() returns that, and we set errno ourselves. ___setErrNo(ERRNO_CODES.EINVAL); return -1; default: {