Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <Patrick.Pelissier@gmail.com>2024-01-19 23:35:54 +0300
committerPatrick Pelissier <Patrick.Pelissier@gmail.com>2024-01-19 23:37:47 +0300
commit26cec1591a25fd9578daa8419c9208ded95edecc (patch)
tree7ccb7a7ca6fa75f16255e4699cb8df8385dcd0f9 /m-funcobj.h
parent52b58c5a517b3b31b9a8634d4409085c02214ded (diff)
* Remove some obsolete macros
* Fix spelling * A little bit of refactoring
Diffstat (limited to 'm-funcobj.h')
-rw-r--r--m-funcobj.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/m-funcobj.h b/m-funcobj.h
index fcdd0fc..fef689f 100644
--- a/m-funcobj.h
+++ b/m-funcobj.h
@@ -96,7 +96,7 @@
/*****************************************************************************/
/* To be used by M_IF_FUNCOBJ macro defined in m-core.
- NOTE: It is reversed (0 instead of 1) so that it can be used in M_IF reliabely.
+ NOTE: It is reversed (0 instead of 1) so that it can be used in M_IF reliably.
*/
#define M_FUNC0BJ_IS_NOT_DEFINED 0
@@ -105,7 +105,7 @@
*
* Structure definitions are specialized in function of the presence or not
* of parameters and/or attributes
- * FIXME: How to factorize reasonnably well between the definitions?
+ * FIXME: How to factorize reasonably well between the definitions?
*/
/* Specialization of the OPLIST in function if there is at least one member or not */