summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst b/clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst
index 130459bede5..9342e4cf96c 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst
@@ -6,7 +6,7 @@ abseil-time-comparison
Prefer comparisons in the ``absl::Time`` domain instead of the integer domain.
N.B.: In cases where an ``absl::Time`` is being converted to an integer,
-alignment may occur. If the comparison depends on this alingment, doing the
+alignment may occur. If the comparison depends on this alignment, doing the
comparison in the ``absl::Time`` domain may yield a different result. In
practice this is very rare, and still indicates a bug which should be fixed.
OpenPOWER on IntegriCloud