diff dyncallback/dyncall_callback.h @ 535:d717a5561335

- typo
author Tassilo Philipp
date Sat, 23 Apr 2022 15:05:03 +0200
parents 71c884e610f0
children
line wrap: on
line diff
--- a/dyncallback/dyncall_callback.h	Sat Apr 23 12:04:08 2022 +0200
+++ b/dyncallback/dyncall_callback.h	Sat Apr 23 15:05:03 2022 +0200
@@ -33,7 +33,7 @@
 typedef struct DCCallback DCCallback;
 
 /* callback handler:
-   - handler's return value signature char (see dyncall_signature.h) of callback's return value type
+   - handlers return value signature char (see dyncall_signature.h) of callback's return value type
    - callback return value is written to the corresponding type's field of result
    - if callback return value is an aggregate (by value), use dcbReturnAggr() as a helper to write to result
 */