2015-10-17  Clemens Ladisch  <clem...@ladisch.de>

        * doc/extend.texi (MSP430 Variable Attributes): Correct memory
        type for persistent data.
---
 gcc/doc/extend.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -5889,7 +5889,7 @@ Any variable with the @code{persistent}
 initialised by the C runtime startup code.  Instead its value will be
 set once, when the application is loaded, and then never initialised
 again, even if the processor is reset or the program restarts.
-Persistent data is intended to be placed into FLASH RAM, where its
+Persistent data is intended to be placed into FRAM, where its
 value will be retained across resets.  The linker script being used to
 create the application should ensure that persistent data is correctly
 placed.

Reply via email to