diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2014-01-31 10:31:30 +0100 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2014-01-31 12:55:13 +0100 |
commit | 82300f367dda20e3e83477dae9dd37124ac9831b (patch) | |
tree | 5ac0e063817efef79355f6835f969b5ce6a5bde4 /compilerplugins/clang/compat.hxx | |
parent | 4f63a5fa269678cdc021f5c280f697e53771545a (diff) |
sbergman's typo
Change-Id: I36dc29659d0d6965c28e5fe0bb03759476de4781
Diffstat (limited to 'compilerplugins/clang/compat.hxx')
-rw-r--r-- | compilerplugins/clang/compat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/compat.hxx b/compilerplugins/clang/compat.hxx index d4d92a0ad122..75e46ef696c2 100644 --- a/compilerplugins/clang/compat.hxx +++ b/compilerplugins/clang/compat.hxx @@ -16,7 +16,7 @@ #include "clang/Basic/DiagnosticIDs.h" #include "llvm/ADT/StringRef.h" -// Compatibility wrapper to abstract over (trivial) chanes in the Clang API: +// Compatibility wrapper to abstract over (trivial) changes in the Clang API: namespace compat { inline clang::QualType getReturnType(clang::FunctionDecl const & decl) { |