[rtems commit] Fix typo in comment.
Joel Sherrill
joel at rtems.org
Thu Feb 23 18:12:14 UTC 2012
Module: rtems
Branch: master
Commit: 19d18f235084cbd361e068811a11f46d99918950
Changeset: http://git.rtems.org/rtems/commit/?id=19d18f235084cbd361e068811a11f46d99918950
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Thu Feb 23 12:09:55 2012 -0600
Fix typo in comment.
---
c/src/lib/libbsp/shared/bootcard.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index eccddef..8276de8 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -227,7 +227,7 @@ uint32_t boot_card(
);
/*
- * All BSP to do any required initialization now that RTEMS
+ * Let the BSP do any required initialization now that RTEMS
* data structures are initialized. In older BSPs or those
* which do not use the shared framework, this is the typical
* time when the C Library is initialized so malloc()
More information about the vc
mailing list