Index: firmware/App/Services/CommBuffers.c =================================================================== diff -u -r5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1 -r2505e43eaab426e0de49f67ebb9b78efcfd13f55 --- firmware/App/Services/CommBuffers.c (.../CommBuffers.c) (revision 5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1) +++ firmware/App/Services/CommBuffers.c (.../CommBuffers.c) (revision 2505e43eaab426e0de49f67ebb9b78efcfd13f55) @@ -260,7 +260,7 @@ * Do not call this function with a "len" longer than what is currently in the buffer. * @details * Inputs : commBuffers[], commBufferByteCount[], activeDoubleBuffer[] - * Outputs : given array populated with requested # of bytes from the buffer. + * Outputs : given array populated with requested number of bytes from the buffer. * @param buffer which comm buffer to retrieve data from * @param data pointer to byte array to stuff data into * @param len number of bytes to retrieve into given data array.