From 44a4c7b28c2ed30b7c52ec2dd731880dca90605a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 9 Apr 2024 23:43:44 +0200 Subject: Fix comment --- include/__qmacros.h | 7 ++++--- 1 file 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. */ -- cgit v1.2.3