simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [PATCH 01/13] This fixes some confusing typos


From: Onno Kortmann
Subject: [Simulavr-devel] [PATCH 01/13] This fixes some confusing typos
Date: Tue, 3 Mar 2009 23:45:42 +0100

Signed-off-by: Onno Kortmann <address@hidden>
---
 m4/AX_AVR_ENVIRON.m4 |    4 ++--
 src/at4433.cpp       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/m4/AX_AVR_ENVIRON.m4 b/m4/AX_AVR_ENVIRON.m4
index 86907ee..95bf9ee 100644
--- a/m4/AX_AVR_ENVIRON.m4
+++ b/m4/AX_AVR_ENVIRON.m4
@@ -15,13 +15,13 @@ AC_CHECK_PROG(NATIVE_NM, nm, nm)
 
 dnl Let's handle user-provided flags first.
 AC_ARG_WITH([bfd-path],
-        [AS_HELP_STRING([--with-bfd=path  location of AVR-binutils version of 
libbfd install where include/bfd.h and lib/libbfd.a are found (from 
binutils)])],
+        [AS_HELP_STRING([--with-bfd-path=path  location of AVR-binutils 
version of libbfd install where include/bfd.h and lib/libbfd.a are found 
(from binutils)])],
         [],
         [with_bfd_path=check])
 AC_MSG_RESULT([with_bfd_path = $with_bfd_path])
 
 AC_ARG_WITH([libiberty-path],
-        [AS_HELP_STRING([--with-libiberty=path  location of libiberty(from 
binutils)])],
+        [AS_HELP_STRING([--with-libiberty-path=path  location of 
libiberty(from binutils)])],
         [],
         [with_libiberty_path=check])
 AC_MSG_RESULT([with_libiberty_path = $with_libiberty_path])
diff --git a/src/at4433.cpp b/src/at4433.cpp
index 25656d0..0ccaca9 100644
--- a/src/at4433.cpp
+++ b/src/at4433.cpp
@@ -161,10 +161,10 @@ AvrDevice(64, 128, 0, 4*1024) {
 
 AvrDevice_at90s4433::~AvrDevice_at90s4433() {}
 unsigned char AvrDevice_at90s4433::GetRampz() {
-       cerr << "Rampz is not a valid Register in at8515!" ;
+       cerr << "Rampz is not a valid Register in at4433!" ;
        return 0;
 }
 
 void AvrDevice_at90s4433::SetRampz(unsigned char val) {
-       cerr << "Illegal Rampz operation in at8515 core";
+       cerr << "Illegal Rampz operation in at4433 core";
 }
-- 
1.5.6.5






reply via email to

[Prev in Thread] Current Thread [Next in Thread]