author | Alberto Bertogli
<albertito@blitiri.com.ar> 2012-03-29 23:44:45 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2012-03-29 23:44:45 UTC |
parent | 587d637d95f387a40eb79aa22fda6ad54eeeff4b |
libfiu/fiu-control.h | +1 | -1 |
diff --git a/libfiu/fiu-control.h b/libfiu/fiu-control.h index 7e54ce3..88686cf 100644 --- a/libfiu/fiu-control.h +++ b/libfiu/fiu-control.h @@ -136,7 +136,7 @@ int fiu_rc_fifo(const char *basename); * At the moment, this function is exported for consumption by the libfiu * utilities. * - * @param command: A zero-terminated string with the command to apply. + * @param cmd: A zero-terminated string with the command to apply. * @param error: In case of an error, it will point to a human-readable error * message. * @returns 0 if success, < 0 otherwise.