diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-19 14:07:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-19 23:03:02 +0200 |
commit | d09a6808fecc9c3df40631e5a9e1f482e2a4d75d (patch) | |
tree | 8f5cab7e20bc5e129c23607fb878549de515cbbd /compilerplugins | |
parent | fda1827a74fa21e39d3fa66d7bc561f587823f1e (diff) |
Fix typo
Change-Id: Ic19939f0601ec60ca002da9aa02d0974f2db9ca7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169216
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'compilerplugins')
-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 { |