summaryrefslogtreecommitdiff
path: root/libc/docs/dev/clang_tidy_checks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libc/docs/dev/clang_tidy_checks.rst')
-rw-r--r--libc/docs/dev/clang_tidy_checks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/docs/dev/clang_tidy_checks.rst b/libc/docs/dev/clang_tidy_checks.rst
index 67ab5fc65c90..e635f84a5a1a 100644
--- a/libc/docs/dev/clang_tidy_checks.rst
+++ b/libc/docs/dev/clang_tidy_checks.rst
@@ -30,7 +30,7 @@ implementation-in-namespace
---------------------------
It is part of our implementation standards that all implementation pieces live
-under the ``__llvm_libc`` namespace. This prevents polution of the global
+under the ``__llvm_libc`` namespace. This prevents pollution of the global
namespace. Without a formal check to ensure this, an implementation might
compile and pass unit tests, but not produce a usable libc function.