From 3970cd4a87076b4a69b3a3bbbac3dd04716ec7fc Mon Sep 17 00:00:00 2001 From: Sharron LIU Date: Thu, 8 Jun 2017 10:11:20 +0800 Subject: [PATCH] samples: fixed typo in README.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per ISSM team feedbacks: “demostrating” >> “demonstrating” “demonstates” >> ”demonstrates” Signed-off-by: Sharron LIU --- samples/bluetooth/eddystone/README.rst | 2 +- samples/synchronization/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bluetooth/eddystone/README.rst b/samples/bluetooth/eddystone/README.rst index bb728ecfdd3..24e21f3e9ac 100644 --- a/samples/bluetooth/eddystone/README.rst +++ b/samples/bluetooth/eddystone/README.rst @@ -5,7 +5,7 @@ Bluetooth: Eddystone Overview ******** -Application demostrating `Eddystone Configuration Service`_ +Application demonstrating `Eddystone Configuration Service`_ The Eddystone Configuration Service runs as a GATT service on the beacon while it is connectable and allows configuration of the advertised data, the diff --git a/samples/synchronization/README.rst b/samples/synchronization/README.rst index ea5f2971949..5c644490e20 100644 --- a/samples/synchronization/README.rst +++ b/samples/synchronization/README.rst @@ -6,7 +6,7 @@ Synchronization Sample Overview ******** -A simple application that demonstates basic sanity of the kernel. +A simple application that demonstrates basic sanity of the kernel. Two threads (A and B) take turns printing a greeting message to the console, and use sleep requests and semaphores to control the rate at which messages are generated. This demonstrates that kernel scheduling, communication,