Gedare Bloom started a new discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1183#note_148526 The codespell found some legitimate errors, including a bad copy of a 2-BSD license. Where did the license header come from? ``` --- a/cpukit/dev/can/sja1000/sja1000.c +++ b/cpukit/dev/can/sja1000/sja1000.c @@ -23,7 +23,7 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the folowing disclaimer. + * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. @@ -83,7 +83,7 @@ struct sja1000_txb_info { * @brief This holds the pointer to the slot the buffer acquired. * * The stack does not free the slot immediately after it is assigned to - * the buffer, but waits for succesful transmission (or error/abort). Hence + * the buffer, but waits for successful transmission (or error/abort). Hence * the buffer has to keep the information about the slot it acquired to * provide correct error reporting or to schedule it for later processing. */ --- a/cpukit/dev/can/sja1000/sja1000_regs.h +++ b/cpukit/dev/can/sja1000/sja1000_regs.h @@ -23,7 +23,7 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the folowing disclaimer. + * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. ``` -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1183#note_148526 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
