diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 76e74dc978..620fb669d7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-07-26 Joel Sherrill + + * sapi/include/confdefs.h: Spelling. + 2010-07-26 Joel Sherrill * libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c, diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 84471021b4..238eebdf1c 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -240,8 +240,8 @@ rtems_fs_init_functions_t rtems_fs_init_helper = defined(CONFIGURE_FILESYSTEM_NFS) || \ defined(CONFIGURE_FILESYSTEM_DOSFS) || \ defined(CONFIGURE_FILESYSTEM_RFS) - #error "Configured filessystems but root filesystem was not IMFS!" - #error "Filesystems coule be disabled, DEVFS is root, or" + #error "Configured filesystems but root filesystem was not IMFS!" + #error "Filesystems could be disabled, DEVFS is root, or" #error " miniIMFS is root!" #endif #endif