aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io
diff options
context:
space:
mode:
authorShiva Rajagopal <shivarajagopal@google.com>2021-05-11 17:04:15 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-05-12 01:41:47 +0000
commit9e516561dfd36d1bf9c87e66a9ad99d83b0f1a6e (patch)
tree719522f8b6bbdac0f9607367c40a56c1be89e4b3 /pw_sys_io
parentf4aebf51887292091296e6804efa335d87ed6162 (diff)
downloadpigweed-9e516561dfd36d1bf9c87e66a9ad99d83b0f1a6e.tar.gz
pw_docs: Fixup minor typos, add clarifications
* pw_preprocessor: Fix a typo in the example code * Correct a few spelling/grammar mistakes * Clarify intent in a couple spots Signed-off-by: Shiva Rajagopal <shivarajagopal@google.com> Change-Id: I3aebc82d219848e884408658eb8e48f3f8fe651d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/44681 Reviewed-by: Armando Montanez <amontanez@google.com>
Diffstat (limited to 'pw_sys_io')
-rw-r--r--pw_sys_io/docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_sys_io/docs.rst b/pw_sys_io/docs.rst
index 3a1a6c49a..eaf60ba92 100644
--- a/pw_sys_io/docs.rst
+++ b/pw_sys_io/docs.rst
@@ -30,7 +30,7 @@ Setup
=====
This module requires relatively minimal setup:
- 1. Chose a ``pw_sys_io`` backend, or write one yourself.
+ 1. Choose a ``pw_sys_io`` backend, or write one yourself.
2. If using GN build, Specify the ``pw_sys_io_BACKEND`` GN build arg to point
the library that provides a ``pw_sys_io`` backend.