summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-19 23:31:13 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-19 23:31:13 +0000
commita03c296e7997b86f6ff8b18cd7294e23e7e5e40b (patch)
treebd675dbb4e80168edcc6d53c5bc7c63d4bb9228a
parent27f212d1e69f33e7b66a427cffe0982228a57199 (diff)
downloadbcm5719-llvm-a03c296e7997b86f6ff8b18cd7294e23e7e5e40b.tar.gz
bcm5719-llvm-a03c296e7997b86f6ff8b18cd7294e23e7e5e40b.zip
Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos by me, patch by Eelis van der Weegen
llvm-svn: 111573
-rw-r--r--clang/docs/UsersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 1fcd59e26e3..98cef7d8702 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -368,7 +368,7 @@ Print Fix-Its in a machine parseable form.</dt>
fix-it: "t.cpp":{7:25-7:29}: "Gamma"
</pre>
-<p>The range printed is a half-open range, so in this example the characters at column 25 up to but not including column 29 on line 7 in t.cpp should be replaced with the string "Gamma". Either the range or the replacement string may be empty (representing strict insertions and strict erasures, respectively). Both the file name and the insertion string escape '\', tabs (as "\n"), newlines (as "\n"), double quotes(as "\n") and non-printable characters (as octal "\xxx").</p>
+<p>The range printed is a half-open range, so in this example the characters at column 25 up to but not including column 29 on line 7 in t.cpp should be replaced with the string "Gamma". Either the range or the replacement string may be empty (representing strict insertions and strict erasures, respectively). Both the file name and the insertion string escape '\', tabs (as "\t"), newlines (as "\n"), double quotes(as "\"") and non-printable characters (as octal "\xxx").</p>
</dd>
</dl>
OpenPOWER on IntegriCloud