compilerplugins/clang/unoquery.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d09a6808fecc9c3df40631e5a9e1f482e2a4d75d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 19 14:07:55 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 23:03:02 2024 +0200 Fix typo Change-Id: Ic19939f0601ec60ca002da9aa02d0974f2db9ca7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169216 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins 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 {