This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C1294NCPDT: Fix "socket" spelling in eflash

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

In file "tivaware_c_series_2_1_4_178/tools/eflash/bootp_server.c" there is 3 times "sockete" instead of "socket":

------------------------------------------------------------------------------
Line 455: VPRINTF(("... Creating sockete for BOOTP server\n"));
Line 467: VPRINTF(("... Creating sockete for TFTP server\n"));
Line 479: VPRINTF(("... Creating sockete for MAGIG packet transmission\n"));
------------------------------------------------------------------------------

And I would change "MAGIG" to "MAGIC" in line 479.
Best wishes,

Piotr Kasprzyk