Fix some Doxygen warnings and/or typos (trivial).
[coreboot.git] / payloads / libpayload / libc / lib.c
index 3f82acf3786f876b774e2195206873063cc758de..3666265d36466ab0223d92c87747675339e62b10 100644 (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)