diff options
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/unoquery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unoquery.cxx b/compilerplugins/clang/unoquery.cxx index 1fe2d4b5bab4..ac24b8bd7bbf 100644 --- a/compilerplugins/clang/unoquery.cxx +++ b/compilerplugins/clang/unoquery.cxx @@ -14,7 +14,7 @@ // TODO it would be better if we were running some kind of nullability analysis here, where we marked // the results of expressions like Reference(..UNO_QUERY) as being nullable, and then looked for -// places where we unconditionally deference the results of that expression. +// places where we unconditionally dereference the results of that expression. namespace { |