From: Daniel Elstner Date: Fri, 27 Nov 2015 02:19:43 +0000 (+0100) Subject: sysclk-lwla: Fix copy'n'paste mistake in comment X-Git-Tag: libsigrok-0.4.0~101 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=43af7604d0910e9831d027d5a53ca806cee8bdfc;p=libsigrok.git sysclk-lwla: Fix copy'n'paste mistake in comment --- diff --git a/src/hardware/sysclk-lwla/protocol.c b/src/hardware/sysclk-lwla/protocol.c index 46a9d6c9..6d9c7c75 100644 --- a/src/hardware/sysclk-lwla/protocol.c +++ b/src/hardware/sysclk-lwla/protocol.c @@ -195,7 +195,7 @@ static void handle_length_response(const struct sr_dev_inst *sdi) submit_request(sdi, STATE_READ_PREPARE); } -/* Evaluate and act on the response to a capture length request. +/* Evaluate and act on the response to a capture memory read request. */ static void handle_read_response(const struct sr_dev_inst *sdi) {