Explorar el Código

freertos: Change variable name in comment

Angus Gratton hace 9 años
padre
commit
9921e60f55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/freertos/port.c

+ 1 - 1
components/freertos/port.c

@@ -249,7 +249,7 @@ void vPortStoreTaskMPUSettings( xMPU_SETTINGS *xMPUSettings, const struct xMEMOR
 
 /*
  * Wrapper for the Xtensa compare-and-set instruction. This subroutine will atomically compare
- * *addr to compare, and if it's the same, will set *addr to set. It will return the old value 
+ * *mux to compare, and if it's the same, will set *mux to set. It will return the old value
  * of *addr.
  *
  * Note: the NOPs are needed on the ESP31 processor but superfluous on the ESP32.