From d1ec60091638117320549ae025d2cdb6cc24a889 Mon Sep 17 00:00:00 2001 From: "Johannes B. Steffens" Date: Sat, 10 Apr 2021 09:51:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312f2a9..91ea303 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ Functions `tbman_` above relate to global management (one manager for everything You can also create multiple individual, independent and dedicated managers using the the `tbman_s` object. Each manager has its own mutex. This is particularly helpful in a multi threaded context. -Giving each thread its own manager for thread-local memory can reduce lock-contentaion. +Giving each thread its own manager for thread-local memory can reduce lock-contention. For each of above functions `tbman_` there exists a corresponding function with postfix `_s` meant for a dedicated manager instance.