summaryrefslogtreecommitdiff
path: root/docs/process/coding-guidelines.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/process/coding-guidelines.rst')
-rw-r--r--docs/process/coding-guidelines.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/process/coding-guidelines.rst b/docs/process/coding-guidelines.rst
index a53da77b..cb8b8924 100644
--- a/docs/process/coding-guidelines.rst
+++ b/docs/process/coding-guidelines.rst
@@ -23,8 +23,8 @@ include:
- ``**WARNING: Use of volatile is usually wrong``: see
`Why the “volatile” type class should not be used`_ . Although this document
- contains some very useful information, there are several legimate uses of the
- volatile keyword within the TF codebase.
+ contains some very useful information, there are several legitimate uses of
+ the volatile keyword within the TF codebase.
Headers and inclusion
---------------------