From: Shuo Wang Date: Mon, 16 Nov 2020 12:24:46 +0000 (+0800) Subject: Fix typo in README.md X-Git-Tag: v0.11.3~7 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=64cd023fb8db5ea9dfd40826729e7781bf44a516 Fix typo in README.md Signed-off-by: Shuo Wang Signed-off-by: Mathieu Desnoyers --- diff --git a/README.md b/README.md index 601703b..539a964 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,7 @@ For always-on debugging self-checks: ./configure --enable-rcu-debug For fine grained enabling of debugging self-checks, build -urserspace-rcu with DEBUG_RCU defined and compile dependent +userspace-rcu with DEBUG_RCU defined and compile dependent applications with DEBUG_RCU defined when necessary. Warning: Enabling this feature result in a performance penalty.