From a2ee4c25a52582bd3eb4ff93f70c83f9e44b03cc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 26 Oct 2009 21:20:42 +0100 Subject: [PATCH 1/2] Fix typo. --- tools/clang/docs/tools/clang.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/clang/docs/tools/clang.pod b/tools/clang/docs/tools/clang.pod index daa7387..b89f04a 100644 --- a/tools/clang/docs/tools/clang.pod +++ b/tools/clang/docs/tools/clang.pod @@ -75,7 +75,7 @@ stages. In addition to compilation of code, Clang also supports other tools: B The Clang Static Analyzer is a tool that scans source code to try to find bugs -though code analysis. This tool uses many parts of Clang and is built into the +through code analysis. This tool uses many parts of Clang and is built into the same driver. -- 1.6.5.1 From dbcf3b78ada3d704b5565b6d177e59f2c37c5388 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 26 Oct 2009 21:27:52 +0100 Subject: [PATCH 2/2] Fix another typo. --- tools/clang/docs/tools/clang.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/clang/docs/tools/clang.pod b/tools/clang/docs/tools/clang.pod index b89f04a..5799390 100644 --- a/tools/clang/docs/tools/clang.pod +++ b/tools/clang/docs/tools/clang.pod @@ -477,7 +477,7 @@ write temporary files used during the compilation process. If this environment variable is present, it is treated as a delimited list of paths to be added to the default system include path list. The -delimiter is the platform dependent delimitor, as used in the I +delimiter is the platform dependent delimiter, as used in the I environment variable. Empty components in the environment variable are ignored. -- 1.6.5.1