summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/threadpool.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/threadpool.rst')
-rw-r--r--deps/uv/docs/src/threadpool.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/threadpool.rst b/deps/uv/docs/src/threadpool.rst
index 875bb36aea..66ff53e230 100644
--- a/deps/uv/docs/src/threadpool.rst
+++ b/deps/uv/docs/src/threadpool.rst
@@ -5,7 +5,7 @@ Thread pool work scheduling
===========================
libuv provides a threadpool which can be used to run user code and get notified
-in the loop thread. This thread pool is internally used to run al filesystem
+in the loop thread. This thread pool is internally used to run all filesystem
operations, as well as getaddrinfo and getnameinfo requests.
Its default size is 4, but it can be changed at startup time by setting the