diff options
Diffstat (limited to 'src/os/rstream_defs.h')
-rw-r--r-- | src/os/rstream_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/rstream_defs.h b/src/os/rstream_defs.h index 62c910d041..ca3035adbf 100644 --- a/src/os/rstream_defs.h +++ b/src/os/rstream_defs.h @@ -3,7 +3,7 @@ typedef struct rstream RStream; -/// Function called when the RStream receives data +/// Type of function called when the RStream receives data /// /// @param rstream The RStream instance /// @param data State associated with the RStream instance |