Small documentation fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15176 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-12-02 14:13:29 +00:00
parent eb5c5ba204
commit 054317d9cf
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ struct BaseObjectVMT {
};
/**
* @brief Base stream class.
* @details This class represents a generic blocking unbuffered sequential
* data stream.
* @brief Base object class.
* @details This class represents a generic object including a virtual
* methods table (VMT).
*/
typedef struct {
/** @brief Virtual Methods Table.*/