From 9d69afe3ae0942db21e2cf3189548199f5b10bb3 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 5 Feb 2023 06:07:08 +0100 Subject: [PATCH] Readme: fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ccafe..28f066f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For performance improvements within `libipc`: # Planning for 0.9 -- `libipc` should use `epoll/kqueue` for performance improvments +- `libipc` should use `epoll/kqueue` for performance improvements * new functions will be added to the API * **but** we'll keep the same API for applications with no need for threading (way simpler implementation) - `libipc` should be thread-safe