summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal/canonical-target-name.m42
-rw-r--r--aclocal/rtems-build-top.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 498610c993..bcebf3a192 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -1,5 +1,5 @@
dnl canonicalize target cpu
-dnl NOTE: Most rtems targets do not fullfil autoconf's
+dnl NOTE: Most rtems targets do not fulfil autoconf's
dnl target naming conventions "processor-vendor-os"
dnl Therefore autoconf's AC_CANONICAL_TARGET will fail for them
dnl and we have to fix it for rtems ourselves
diff --git a/aclocal/rtems-build-top.m4 b/aclocal/rtems-build-top.m4
index 5708119c14..77cff7f4d4 100644
--- a/aclocal/rtems-build-top.m4
+++ b/aclocal/rtems-build-top.m4
@@ -5,7 +5,7 @@ AC_DEFUN([RTEMS_BUILD_TOP],
[dnl
#
# This is a copy of the horrible hack in rtems-top.m4 and it is simpler to
-# copy it that attempt to clean this crap up.
+# copy it than attempt to clean this crap up.
#
RTEMS_BUILD_ROOT="${with_rtems_build_top}"
AC_SUBST([RTEMS_BUILD_ROOT])