Fix some Doxygen warnings and/or typos (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-08-26 19:37:37 +00:00
parent 1d129fe2db
commit 54ec0afc1c
3 changed files with 13 additions and 6 deletions

View File

@ -54,7 +54,7 @@ int dec2bcd(int d)
/**
* Return the absolute value of the specified integer.
*
* @param val The integer of which we want to know the absolute value.
* @param j The integer of which we want to know the absolute value.
* @return The absolute value of the specified integer.
*/
int abs(int j)