target/cortex_m: faster reading of all CPU registers
[fw/openocd] / src / target / avr32_mem.c
index 3275b6d614570b04214fbaddaf754b0310a4c284..8f38a18442f4649914545cdc381c21f4c841c7be 100644 (file)
@@ -12,9 +12,7 @@
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -178,7 +176,7 @@ int avr32_jtag_write_memory16(struct avr32_jtag *jtag_info,
         */
        if (addr & 3) {
                /*
-                * mwa_read will read whole world, no nead to fiddle
+                * mwa_read will read whole world, no need to fiddle
                 * with address. It will be truncated in set_addr
                 */
                retval = avr32_jtag_mwa_read(jtag_info, SLAVE_HSB_UNCACHED,
@@ -250,7 +248,7 @@ int avr32_jtag_write_memory8(struct avr32_jtag *jtag_info,
         */
        if (addr & 3) {
                /*
-                * mwa_read will read whole world, no nead to fiddle
+                * mwa_read will read whole world, no need to fiddle
                 * with address. It will be truncated in set_addr
                 */
                retval = avr32_jtag_mwa_read(jtag_info, SLAVE_HSB_UNCACHED,