summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/lib.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-08-26 19:37:37 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-08-26 19:37:37 +0000
commit54ec0afc1c5fa711d94e5e22b05f3bd7abfaab72 (patch)
tree613b49d27024786bf3358772ea6861482016bd14 /payloads/libpayload/libc/lib.c
parent1d129fe2db0b8f7dab253768b8635f4c3c8c0f64 (diff)
downloadcoreboot-54ec0afc1c5fa711d94e5e22b05f3bd7abfaab72.tar.gz
coreboot-54ec0afc1c5fa711d94e5e22b05f3bd7abfaab72.tar.bz2
coreboot-54ec0afc1c5fa711d94e5e22b05f3bd7abfaab72.zip
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
Diffstat (limited to 'payloads/libpayload/libc/lib.c')
-rw-r--r--payloads/libpayload/libc/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/libc/lib.c b/payloads/libpayload/libc/lib.c
index 3f82acf3786f..3666265d3646 100644
--- a/payloads/libpayload/libc/lib.c
+++ b/payloads/libpayload/libc/lib.c
@@ -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)