From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- compilerplugins/clang/store/tutorial/tutorial1_example.cxx | 2 +- compilerplugins/clang/store/tutorial/tutorial2_example.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'compilerplugins') 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() -- cgit