From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id aS4wA20xr1+WBgAAWB0awg (envelope-from ) for ; Fri, 13 Nov 2020 20:22:53 -0500 Received: by simark.ca (Postfix, from userid 112) id F32981F08B; Fri, 13 Nov 2020 20:22:52 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 371011E552 for ; Fri, 13 Nov 2020 20:22:52 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CXyJC3frCz1HXL; Fri, 13 Nov 2020 20:22:51 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1605316971; bh=WLle8GWQ1fiBAZneppvOlLSnBhtSG51XBFfYEiamxIY=; h=To:CC:Date:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=Tl0MfGKVUEexb7visPuNW/TzGglV3TvE4ZCcrVtaXm+gscT/x0E/9kn7PQx8735qg VV/xOyBl8xpbRAwzRzWEw8E0/PmhRIDI5aOz1/J/u/W4Jnaq0T1OMEqBsixrpfpVLS OAF8TMcTotMaEcIblaeSFyDuvBjIOZFCHBU2gWUDrIOcIdNnWSMOLTIh1lT6aMdBnh 4keRxmb0hkTP1n6mnMxT0e5xP2PkKbzrylDJgbW69+uVr3jGAEwaKT1sbw1leNeCd/ lZn4Kmhvi9qJtmROkgfuQE66YyMZdKuYrvfUuLqXfoQXItryCcwyMrMB5rpoZwCD1I iST8Vvyn1dRCQ== Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lists.lttng.org (Postfix) with ESMTPS id 4CXXyH6wWrz1HHp for ; Fri, 13 Nov 2020 04:20:55 -0500 (EST) Received: from dggeme707-chm.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4CXXWs6GznzVfr4; Fri, 13 Nov 2020 17:01:29 +0800 (CST) Received: from dggemi761-chm.china.huawei.com (10.1.198.147) by dggeme707-chm.china.huawei.com (10.1.199.103) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1913.5; Fri, 13 Nov 2020 17:01:50 +0800 Received: from dggemi761-chm.china.huawei.com ([10.9.49.202]) by dggemi761-chm.china.huawei.com ([10.9.49.202]) with mapi id 15.01.1913.007; Fri, 13 Nov 2020 17:01:49 +0800 To: "lttng-dev@lists.lttng.org" , "mathieu.desnoyers@efficios.com" CC: Hushiyuan Thread-Topic: [lttng-dev] [PATCH] README: fix typo in README.md Thread-Index: Ada5m5YIz94igTERTiGMD07/lPjiCw== Date: Fri, 13 Nov 2020 09:01:49 +0000 Message-ID: Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.174.176.87] MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mailman-Approved-At: Fri, 13 Nov 2020 20:22:49 -0500 Subject: [lttng-dev] [PATCH] README: fix typo in README.md X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.31 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "wangshuo \(AF\) via lttng-dev" Reply-To: "wangshuo \(AF\)" Content-Type: multipart/mixed; boundary="===============1295066174767379263==" Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" --===============1295066174767379263== Content-Language: zh-CN Content-Type: multipart/alternative; boundary="_000_b169dd1d1c2c4af1b4f07c592492b5e5huaweicom_" --_000_b169dd1d1c2c4af1b4f07c592492b5e5huaweicom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable README: fix typo in README.md Signed-off-by: Shuo Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.23.0 --_000_b169dd1d1c2c4af1b4f07c592492b5e5huaweicom_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

README: fix typo in README.md

 

Signed-off-by: Shuo Wang <wa= ngshuo47@huawei.com>

---

README.md | 2 +-=

1 file changed, 1 insertion(= 3;), 1 deletion(-)

 

diff --git a/README.md b/README= .md

index 2d6dcaa..dd7ebd1 100644

--- a/README.md

+++ b/README.md

@@ -388,7 +388,7 @@ For alw= ays-on debugging self-checks:

     &= nbsp; ./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_R= CU defined and compile dependent

applications with DEBUG_RCU def= ined when necessary.

 Warning: Enabling this fe= ature result in a performance penalty.

--

2.23.0

 

--_000_b169dd1d1c2c4af1b4f07c592492b5e5huaweicom_-- --===============1295066174767379263== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev --===============1295066174767379263==--