From bf94ca68bdaf4d56f89a97bd84bb8f25af8982d5 Mon Sep 17 00:00:00 2001
From: Ted Kremenek
Date: Tue, 21 Apr 2009 17:14:24 +0000
Subject: [PATCH] Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69682 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/UsersManual.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 814e87ca33..4167f6183f 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -463,7 +463,7 @@ will be processed from the PTH file. Otherwise, Clang falls back to
directly processing the content of test.h. This mirrors the behavior of
GCC.
-NOTE: Clang does not automatically used PTH files
+
NOTE: Clang does not automatically use PTH files
for headers that are directly included within a source file. For example:
--
2.50.1