From: Angus Gratton Date: Tue, 23 Aug 2016 09:10:41 +0000 (+0800) Subject: freertos: Change variable name in comment X-Git-Tag: v0.9~71^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9921e60f559e87b243607e1972f9dbbfc26c84be;p=esp-idf freertos: Change variable name in comment --- diff --git a/components/freertos/port.c b/components/freertos/port.c index 8f0a617af1..05932c9146 100644 --- a/components/freertos/port.c +++ b/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.