summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])