diff --git a/ChangeLog b/ChangeLog index d7b850cbe6..cec7b7548a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-11 Ralf Corsepius + + * aclocal/bsp-configure.m4: Fix small typo in comment. + 2002-08-11 Ralf Corsepius * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP". 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])