Skip to content

Commit

Permalink
uart: fix typo 'eaten'
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <[email protected]>
  • Loading branch information
pmeerw authored and neomilium committed Sep 3, 2013
1 parent 34bf7b3 commit 733080b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnfc/buses/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ uart_flush_input(serial_port sp)
}
// There is something available, read the data
(void)read(UART_DATA(sp)->fd, rx, available_bytes_count);
log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_DEBUG, "%d bytes have eatten.", available_bytes_count);
log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_DEBUG, "%d bytes have eaten.", available_bytes_count);
free(rx);
}

Expand Down

0 comments on commit 733080b

Please sign in to comment.