Fixed typo.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2559 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-12-31 11:41:14 +00:00
parent ad9cdbe42b
commit f251925785
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ void sdStart(SerialDriver *sdp, const SerialConfig *config) {
* @details Any thread waiting on the driver's queues will be awakened with
* the message @p Q_RESET.
*
* @param[in] sdp pointer to a @p SerialDrive object
* @param[in] sdp pointer to a @p SerialDriver object
*
* @api
*/