include/sal/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6f30afeb72e224a8f3f74ea745ab01e1891f0256 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri May 17 22:33:56 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue May 21 22:13:00 2024 +0200 Fix typo Change-Id: I17f474cc3b749beccc6cce7a8175f46a1f2c646f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167801 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/sal/types.h b/include/sal/types.h index 61e12c8eb4d5..78f5f4639592 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -289,7 +289,7 @@ typedef void * sal_Handle; #endif /** Use this as markup for functions and methods whose return value may be - null and should not be derefenced unconditionally. + null and should not be dereferenced unconditionally. Compilers that support a construct of this nature will emit a compile time warning on unconditional dereference of returned pointer.
