Index: Utilities.c =================================================================== diff -u -r7971a36491e30a84139068d7e00b416cf1ea3ee1 -r9361f8520b9f9510dc5376d4ff5b16cbc5ac6693 --- Utilities.c (.../Utilities.c) (revision 7971a36491e30a84139068d7e00b416cf1ea3ee1) +++ Utilities.c (.../Utilities.c) (revision 9361f8520b9f9510dc5376d4ff5b16cbc5ac6693) @@ -146,9 +146,9 @@ /*********************************************************************//** * @brief - * The crc8 function calculates the difference between two given unsigned - * 32-bit numbers. If the second (ending) number is less than the first - * (starting) number, then the difference is calculated with a wrap past + * The u32DiffWithWrap function calculates the difference between two given + * unsigned 32-bit numbers. If the second (ending) number is less than the + * first (starting) number, then the difference is calculated with a wrap past * 32-bit full scale to zero. * @details Inputs: none * @details Outputs: none