From f01a05415c03b0dd61297849ece2cfcce7f8d3e8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 1 Jun 2011 14:33:40 +0000 Subject: Spell check library source code files. --- LUFA/Drivers/Misc/RingBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/Misc/RingBuffer.h') diff --git a/LUFA/Drivers/Misc/RingBuffer.h b/LUFA/Drivers/Misc/RingBuffer.h index 504029165..023cc25c4 100644 --- a/LUFA/Drivers/Misc/RingBuffer.h +++ b/LUFA/Drivers/Misc/RingBuffer.h @@ -66,7 +66,7 @@ * RingBuffer_t Buffer; * uint8_t BufferData[128]; * - * // Initialise the buffer with the created storage array + * // Initialize the buffer with the created storage array * RingBuffer_InitBuffer(&Buffer, BufferData, sizeof(BufferData)); * * // Insert some data into the buffer -- cgit v1.2.3