summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 09:10:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 09:10:48 +0000
commitca3fa6bb80e22efcddb2eb741db4c1336a2f0a28 (patch)
tree74aaf5366b2395b10d991b3ea19bfd3db7ee88c0
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ca3fa6bb80e22efcddb2eb741db4c1336a2f0a28.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: Fix small typo in comment.
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/bsp-configure.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d7b850cbe6..cec7b7548a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/bsp-configure.m4: Fix small typo in comment.
+
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/aclocal/bsp-configure.m4 b/aclocal/bsp-configure.m4
index 71a41a2083..3f1a571e82 100644
--- a/aclocal/bsp-configure.m4
+++ b/aclocal/bsp-configure.m4
@@ -1,7 +1,7 @@
dnl $Id$
dnl RTEMS_BSP_CONFIGURE
-dnl Commom macro to be included by all bsp-configure.acs
+dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
[
AC_PREREQ([2.52])