aboutsummaryrefslogtreecommitdiff
path: root/pw_log
diff options
context:
space:
mode:
authorBrandon Vu <brandonvu@google.com>2022-06-15 13:24:10 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-16 20:52:26 +0000
commit82e526ca40e899d5ebeb9cd1028a618f75961ca9 (patch)
tree3f9920f12e7270ee1f2e2aab29bb3da9e309f02b /pw_log
parent1b338eb8c57d689e64ac894e4ec7871b7719630f (diff)
downloadpigweed-82e526ca40e899d5ebeb9cd1028a618f75961ca9.tar.gz
pw_log: Fix typo in docs
This commit fixes a typo in the pw_log docs file. Change-Id: I8322db55112627580c5c9482ed30f7a2b8bb617a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/98265 Commit-Queue: Brandon Vu <brandonvu@google.com> Reviewed-by: Alexei Frolov <frolv@google.com> Pigweed-Auto-Submit: Brandon Vu <brandonvu@google.com>
Diffstat (limited to 'pw_log')
-rw-r--r--pw_log/docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_log/docs.rst b/pw_log/docs.rst
index b3eac4376..b63b56600 100644
--- a/pw_log/docs.rst
+++ b/pw_log/docs.rst
@@ -158,7 +158,7 @@ This module defines macros that can be overridden to independently control the
behavior of ``pw_log`` statements for each C or C++ source file. To override
these macros, add ``#define`` statements for them before including headers.
-The option macro definitions must be visibile to ``pw_log/log.h`` the first time
+The option macro definitions must be visible to ``pw_log/log.h`` the first time
it is included. To handle potential transitive includes, place these
``#defines`` before all ``#include`` statements. This should only be done in
source files, not headers. For example: