]> granicus.if.org Git - esp-idf/commitdiff
freertos: Change variable name in comment
authorAngus Gratton <angus@espressif.com>
Tue, 23 Aug 2016 09:10:41 +0000 (17:10 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Wed, 24 Aug 2016 05:49:17 +0000 (13:49 +0800)
components/freertos/port.c

index 8f0a617af1c0eb414a88ad28d5630d78418018e0..05932c9146d1242ab94f82e0c7a76c5cb892a810 100644 (file)
@@ -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.