Copy/paste error in a comment.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10199 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-05-16 09:34:22 +00:00
parent 4a4491e204
commit ff1206d4eb
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ struct port_context {
asm volatile ("mtspr %[p0], %[p1]" : : [p0] "n" (spr), [p1] "r" (val))
/**
* @brief Writes to a special register.
* @brief Reads a special register.
*
* @param[in] spr special register number
* @param[in] val returned value, must be an automatic variable