summaryrefslogtreecommitdiff
path: root/include/sal/types.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:42:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 10:49:09 +0000
commit86781bcfc8f12df980af5c86c2f9e75067f02abc (patch)
tree0e6e989a3cea642bdcf1a6c246dbb28797797329 /include/sal/types.h
parent1735654408f5bcc912f039a2f9263adb48edf9c1 (diff)
Fix typos
Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9 Reviewed-on: https://gerrit.libreoffice.org/35633 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/sal/types.h')
-rw-r--r--include/sal/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sal/types.h b/include/sal/types.h
index 93953753ae25..8a22dd823312 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -492,7 +492,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
is silenced in internal code. It would need some substantial clean-up of
internal code to fix all warnings/errors generated by it. (Once that is
done, it can become a synonym for SAL_DEPRECATED under LIBO_INTERNAL_ONLY,
- too. Completely removing the macro then would be incompatible, in case thare
+ too. Completely removing the macro then would be incompatible, in case there
are include files still around generated with a cppumaker that emitted it.)
*/
#ifdef LIBO_INTERNAL_ONLY
@@ -530,7 +530,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
Useful in cases where the compiler is "too clever" like when doing
link-time code generation, and noticing that a called function
- always throws, and fixing the problem cleanly so that it produceds
+ always throws, and fixing the problem cleanly so that it produces
no warnings in normal non-LTO compilations either is not easy.
*/