summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-05-17 22:33:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-05-21 22:13:00 +0200
commit6f30afeb72e224a8f3f74ea745ab01e1891f0256 (patch)
tree3498b865820cd9e42d4c032485f51a1251ccf331 /include
parent0a6f0d7ea70783b10f27c64977d5f34aeac1ef8a (diff)
Fix typo
Change-Id: I17f474cc3b749beccc6cce7a8175f46a1f2c646f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167801 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/sal/types.h2
1 files changed, 1 insertions, 1 deletions
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.