Index: Utilities.c =================================================================== diff -u -r778fe11eff6e7b8307ab4b22257e7ffc52f322f8 -r9b5930a3558135173b2c4068fdb7d3c63502ef9c --- Utilities.c (.../Utilities.c) (revision 778fe11eff6e7b8307ab4b22257e7ffc52f322f8) +++ Utilities.c (.../Utilities.c) (revision 9b5930a3558135173b2c4068fdb7d3c63502ef9c) @@ -144,9 +144,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