From: Shuo Wang Date: Mon, 16 Nov 2020 12:24:46 +0000 (+0800) Subject: Fix typo in README.md X-Git-Tag: v0.13.0~55 X-Git-Url: https://git.lttng.org/?p=userspace-rcu.git;a=commitdiff_plain;h=e400ca4a3da5465eaea86c297e0a206d36f79005 Fix typo in README.md Signed-off-by: Shuo Wang Signed-off-by: Mathieu Desnoyers --- diff --git a/README.md b/README.md index 2d6dcaa..dd7ebd1 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,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.