summaryrefslogtreecommitdiff
path: root/include/sal
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-11 22:24:58 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-19 10:01:42 +0200
commit7315d8b96be6ff1644d3421cb20695f5167c3cbd (patch)
tree2d71bcfe12cd5e89a85b02c6aa2fe7f9f19c8a68 /include/sal
parentcb99b4429142511d0520ad3b5bc89c83bc451657 (diff)
Fix typo
Change-Id: Id35aaf69535385f99513acd80a2a1e4a4cdae861 Reviewed-on: https://gerrit.libreoffice.org/75928 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/macros.h b/include/sal/macros.h
index 2337de92b0f8..9adb60bfbcdd 100644
--- a/include/sal/macros.h
+++ b/include/sal/macros.h
@@ -26,7 +26,7 @@
# if defined(__cplusplus) && ( defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L )
/*
* Magic template to calculate at compile time the number of elements
- * in an array. Enforcing that the argument must be a array and not
+ * in an array. Enforcing that the argument must be an array and not
* a pointer, e.g.
* char *pFoo="foo";
* SAL_N_ELEMENTS(pFoo);