[Libreoffice-commits] core.git: include/sal
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 19 08:02:21 UTC 2019
include/sal/macros.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7315d8b96be6ff1644d3421cb20695f5167c3cbd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:24:58 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 19 10:01:42 2019 +0200
Fix typo
Change-Id: Id35aaf69535385f99513acd80a2a1e4a4cdae861
Reviewed-on: https://gerrit.libreoffice.org/75928
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list