summaryrefslogtreecommitdiff
path: root/include/uno/dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/dispatcher.h')
-rw-r--r--include/uno/dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h
index c324641c6291..d4bde04d077e 100644
--- a/include/uno/dispatcher.h
+++ b/include/uno/dispatcher.h
@@ -31,7 +31,7 @@ struct _typelib_TypeDescription;
struct _uno_Interface;
/** Function pointer declaration for the binary C uno dispatch function. Any pure out or return
- value will be constructed by the callee, if no exception is signalled.
+ value will be constructed by the callee, iff no exception is signalled.
If an exception is signalled, the any *ppException is properly constructed by the callee,
otherwise the pointer *ppException is set to 0.
An attribute get call is indicated by a non-null return pointer.