aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-10-06 22:33:32 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-10-06 22:33:32 +0200
commitab238601b96e4d804640ccfef5a9bde51995da7f (patch)
tree336da261b5b4670a4e8603147a5e9091f88dc02f /LUFA/Drivers/USB/Core/AVR8
parent7ce4d35c3909e0b55d0a184c3d9b2b8cb35b0131 (diff)
downloadlufa-ab238601b96e4d804640ccfef5a9bde51995da7f.tar.gz
lufa-ab238601b96e4d804640ccfef5a9bde51995da7f.tar.bz2
lufa-ab238601b96e4d804640ccfef5a9bde51995da7f.zip
Minor documentation corrections.
Diffstat (limited to 'LUFA/Drivers/USB/Core/AVR8')
-rw-r--r--LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
index 7eaabae93..a7c80fc0d 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
@@ -314,7 +314,7 @@
}
/** Retrieves the number of busy banks in the currently selected endpoint, which have been queued for
- * transmission via the \ref Endpoint_ClearIN() command, or are awaiting acknowledgement via the
+ * transmission via the \ref Endpoint_ClearIN() command, or are awaiting acknowledgment via the
* \ref Endpoint_ClearOUT() command.
*
* \ingroup Group_EndpointPacketManagement_AVR8