https://github.com/fmayer updated https://github.com/llvm/llvm-project/pull/179592
>From 28146a02ca95191b37cc0a8675a62bf69bb84900 Mon Sep 17 00:00:00 2001 From: Florian Mayer <[email protected]> Date: Tue, 3 Feb 2026 18:05:55 -0800 Subject: [PATCH] typo Created using spr 1.3.6 --- .../docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst b/clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst index 0055b19036a5b..9193c6de8a2e9 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst @@ -398,4 +398,4 @@ inequalities. For instance, the following will result in a false positive: return 0; } -In fact, currently this is also the case if the two conditinos are identical. +In fact, currently this is also the case if the two conditions are identical. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
