Trivial doc fix for Register_set_plain_access::read

Fix #3229
This commit is contained in:
Tomasz Gajewski 2019-03-03 00:07:55 +01:00 committed by Norman Feske
parent 1705aab290
commit 35c17ced72
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ struct Genode::Register_set_plain_access
* \param IMPLEMENTATION implementation of access on the plain integer level
* \param impl instance of the access implementation
* \param offset register offset
* \param value value to be written to the register
*/
template <typename ACCESS_T, typename IMPLEMENTATION>
static inline ACCESS_T read(IMPLEMENTATION &impl, off_t const offset) {