summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /compilerplugins
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial1_example.cxx2
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial2_example.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial1_example.cxx b/compilerplugins/clang/store/tutorial/tutorial1_example.cxx
index ca4c768fdd50..ca45e95d17ec 100644
--- a/compilerplugins/clang/store/tutorial/tutorial1_example.cxx
+++ b/compilerplugins/clang/store/tutorial/tutorial1_example.cxx
@@ -1,5 +1,5 @@
// This is just an example file to see what AST looks like for return statements.
-// To the the AST, run :
+// To the AST, run :
// clang++ -fsyntax-only -Xclang -ast-dump tutorial1_example.cxx
void f()
diff --git a/compilerplugins/clang/store/tutorial/tutorial2_example.cxx b/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
index d3c14ab7c13c..0a24956cd400 100644
--- a/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
+++ b/compilerplugins/clang/store/tutorial/tutorial2_example.cxx
@@ -1,5 +1,5 @@
// This is just an example file to see what AST looks like for return statements.
-// To the the AST, run :
+// To the AST, run :
// clang++ -fsyntax-only -Xclang -ast-dump tutorial1_example.cxx
bool g()