summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-06-15 10:53:21 -0500
committerJoel Sherrill <joel@rtems.org>2022-06-15 10:53:28 -0500
commit582141e757a449621f8e54698335da08f497b1fd (patch)
tree41eedb261c399b925c461736670b80c7b2b10deb
parentcpu-supplement: Mention that nios2 supports TLS (diff)
downloadrtems-docs-582141e757a449621f8e54698335da08f497b1fd.tar.bz2
eng/coding-conventions.rst: Fix duplicate periods
Diffstat (limited to '')
-rw-r--r--eng/coding-conventions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/coding-conventions.rst b/eng/coding-conventions.rst
index 575dd44..b56d3c2 100644
--- a/eng/coding-conventions.rst
+++ b/eng/coding-conventions.rst
@@ -206,7 +206,7 @@ Portability
Maintainability
---------------
-* Minimize modifications to `third-party code <https://devel.rtems.org/wiki/Developer/Coding/ThirdPartyCode>`_..
+* Minimize modifications to `third-party code <https://devel.rtems.org/wiki/Developer/Coding/ThirdPartyCode>`_.
* Keep it simple! Simple code is easier to debug and easier to read than clever code.
* Share code with other architectures, CPUs, and BSPs where possible.
* Do not duplicate standard OS or C Library routines.