aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdalign.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-20 02:12:30 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-20 02:12:30 +0100
commit5a98619165d29a802c099b7ee8b8e8434992e160 (patch)
tree2827be2c2293e92cde8d87b0e091ba4b7b726ca0 /include/stdalign.h
parentmore etymology (diff)
downloadslibc-5a98619165d29a802c099b7ee8b8e8434992e160.tar.gz
slibc-5a98619165d29a802c099b7ee8b8e8434992e160.tar.bz2
slibc-5a98619165d29a802c099b7ee8b8e8434992e160.tar.xz
more etymology
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/stdalign.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/stdalign.h b/include/stdalign.h
index 89aca73..e322a50 100644
--- a/include/stdalign.h
+++ b/include/stdalign.h
@@ -29,6 +29,8 @@
/**
* Specify the alignment of a variable.
*
+ * @etymology (Align as) type.
+ *
* @param type The type whose alignment shall be used.
*/
#if !defined(__C11__) && defined(__GNUC__)
@@ -40,6 +42,8 @@
/**
* Get the alignment of a type.
*
+ * @etymology (Align)ment (of) type.
+ *
* @param type The type.
* @return The alignment of the type.
*/