From 125cc6ad9f85735ce97630a40391b5880e1851c2 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 12 Feb 2013 11:03:14 -0300 Subject: [PATCH] tools/lib/atusb-common.c (atusb_rx): fix confusing typo in comment --- tools/lib/atusb-common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lib/atusb-common.c b/tools/lib/atusb-common.c index 0385f9a..33a7b16 100644 --- a/tools/lib/atusb-common.c +++ b/tools/lib/atusb-common.c @@ -1,8 +1,8 @@ /* * lib/atusb-common.c - ATUSB access functions shared by all ATUSB drivers * - * Written 2010-2011 by Werner Almesberger - * Copyright 2010-2011 Werner Almesberger + * Written 2010-2011, 2013 by Werner Almesberger + * Copyright 2010-2011, 2013 Werner Almesberger * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -305,7 +305,7 @@ int atusb_rx(void *handle, void *buf, int size, uint8_t *lqi) uint8_t tmp[MAX_PSDU+2]; /* PHR, LQI */ /* - * Seems that either the USB stack of libusb doesn't like it if we do a + * Seems that either the USB stack or libusb doesn't like it if we do a * read of size one followed by the full read. Therefore, we just do * a maximum-sized read and hope that we don't split packets. */