Commit a414f0c8 authored by Dimitris Lampridis's avatar Dimitris Lampridis

sw: fix minor typos

parent a1e53160
......@@ -53,9 +53,9 @@ static inline int adcin_wr_sync_timeout(void)
}
/**
* Handles input timestamps from all TDC channels.
* Handles input timestamps from all ADC channels.
*
* TODO: tdc config: base address
* TODO: adc config: base address
* first channel number (for sid)
* time offset
*/
......
......@@ -630,7 +630,7 @@ static enum wrtd_status wrtd_cmd_set_rule(struct wrtd_dev *wrtd,
if (strcmp(argv[i], "-d") == 0) {
i++;
if (i == argc) {
fprintf(stderr, "missing argument for -t");
fprintf(stderr, "missing argument for -d");
return WRTD_SUCCESS;
}
if (parse_delay(argv[i], &delay) != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment