diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-24 22:54:11 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-09-25 12:20:56 +0200 |
commit | e44c188a7353cc183fac8ece0cbf3611d842835e (patch) | |
tree | 94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /compilerplugins | |
parent | e1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa (diff) |
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2
Reviewed-on: https://gerrit.libreoffice.org/42726
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/store/cascadingassignop.cxx | 2 | ||||
-rw-r--r-- | compilerplugins/clang/store/cascadingcondop.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/cascadingassignop.cxx b/compilerplugins/clang/store/cascadingassignop.cxx index 0a88b0ca6402..1d08217f177e 100644 --- a/compilerplugins/clang/store/cascadingassignop.cxx +++ b/compilerplugins/clang/store/cascadingassignop.cxx @@ -21,7 +21,7 @@ operators, which are errorprone, e.g. However, it finds 556 cases in sw/source alone, thus likely needs some more restricting, e.g. by checking for multiline conditional operator statements or a certain length in characters (but that needs the Context/SourceManager, which -I havent played with yet). +I haven't played with yet). */ // the value is rather arbitrary, but code above this number of stmts begins to diff --git a/compilerplugins/clang/store/cascadingcondop.cxx b/compilerplugins/clang/store/cascadingcondop.cxx index 722b9819b60b..c868e5e468a2 100644 --- a/compilerplugins/clang/store/cascadingcondop.cxx +++ b/compilerplugins/clang/store/cascadingcondop.cxx @@ -21,7 +21,7 @@ operators, which are errorprone, e.g. However, it finds 556 cases in sw/source alone, thus likely needs some more restricting, e.g. by checking for multiline conditional operator statements or a certain length in characters (but that needs the Context/SourceManager, which -I havent played with yet). +I haven't played with yet). */ // the value is rather arbitrary, but code above this number of stmts begins to |