Minor coding style fix

The 'detail' tag is not conform to the coding style. Tools may stumble
over it.
This commit is contained in:
Norman Feske 2012-02-27 20:33:40 +01:00
parent 8f42b58b53
commit 3e41ff7f23
1 changed files with 4 additions and 5 deletions

View File

@ -79,11 +79,10 @@ namespace Genode
*
* \param _ACCESS_WIDTH Bit width of the region
*
* \detail The register can contain multiple bitfields. Bitfields
* that are partially exceed the register range are read and
* written also partially. Bitfields that are completely out
* of the register range are read as '0' and trying to
* overwrite them has no effect.
* The register can contain multiple bitfields. Bitfields that are
* partially exceed the register range are read and written also partially.
* Bitfields that are completely out of the register range are read as '0'
* and trying to overwrite them has no effect.
*/
template <unsigned long _ACCESS_WIDTH>
struct Register