aboutsummaryrefslogtreecommitdiff
path: root/include/__qmacros.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-09 23:43:44 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-09 23:43:44 +0200
commit44a4c7b28c2ed30b7c52ec2dd731880dca90605a (patch)
treeb1d294d07c90d7e54823f2047a6e43403288c59b /include/__qmacros.h
parentac9dc1ab69cdc2885bc80845b525963cecb825f8 (diff)
Fix comment
Diffstat (limited to 'include/__qmacros.h')
-rw-r--r--include/__qmacros.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/__qmacros.h b/include/__qmacros.h
index e121e83..fd7b803 100644
--- a/include/__qmacros.h
+++ b/include/__qmacros.h
@@ -1,9 +1,10 @@
#ifndef MLIB___QMACROS_H
#define MLIB___QMACROS_H
-/* Macros for qualifier-preserving functions. These are wrappers around some
- functions declared above which will return a const-qualified pointer if the
- input string is const-qualified, and a non-const-qualified pointer otherwise.
+/* Macros for qualifier-preserving functions. These are used to create wrappers
+ around some functions which will return a const-qualified pointer if the
+ input pointer is const-qualified, and a non-const-qualified pointer
+ otherwise.
The macros are taken from the N3020 proposal for C23. */