diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 15:04:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 15:04:10 +0000 |
commit | b7f28ff2e5ceab65f726e64d7fbc082eec624765 (patch) | |
tree | a5960d540eb95d8c4a55f2c35adc52bd8d707a0b /os/lib/src | |
parent | c7024d3cc6bd7e769c2a500d95a770d69e28969e (diff) | |
download | ChibiOS-b7f28ff2e5ceab65f726e64d7fbc082eec624765.tar.gz ChibiOS-b7f28ff2e5ceab65f726e64d7fbc082eec624765.tar.bz2 ChibiOS-b7f28ff2e5ceab65f726e64d7fbc082eec624765.zip |
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12563 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/lib/src')
-rw-r--r-- | os/lib/src/chfactory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/lib/src/chfactory.c b/os/lib/src/chfactory.c index 61d607e79..b8d9bb07d 100644 --- a/os/lib/src/chfactory.c +++ b/os/lib/src/chfactory.c @@ -764,7 +764,7 @@ dyn_pipe_t *chFactoryCreatePipe(const char *name, size_t size) { * @post A reference to the dynamic pipe object is returned with
* the reference counter increased by one.
*
- * @param[in] dpp dynamic pipe object reference
+ * @param[in] name name of the pipe object
*
* @return The reference to the found dynamic pipe
* object.
|