[rtems commit] libblock: Use LAST for the last partition block

Sebastian Huber sebh at rtems.org
Wed Dec 4 08:06:44 UTC 2013


Module:    rtems
Branch:    master
Commit:    0adc8a74a8fa98795efbc8cec2e102f2f903ec70
Changeset: http://git.rtems.org/rtems/commit/?id=0adc8a74a8fa98795efbc8cec2e102f2f903ec70

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec  4 09:12:42 2013 +0100

libblock: Use LAST for the last partition block

---

 cpukit/libblock/src/bdpart-dump.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/libblock/src/bdpart-dump.c b/cpukit/libblock/src/bdpart-dump.c
index b886622..97202d0 100644
--- a/cpukit/libblock/src/bdpart-dump.c
+++ b/cpukit/libblock/src/bdpart-dump.c
@@ -44,7 +44,7 @@ void rtems_bdpart_dump( const rtems_bdpart_partition *pt, size_t count)
     "-------------------------------------------------------------------------------\n"
     "                                PARTITION TABLE\n"
     "------------+------------+-----------------------------------------------------\n"
-    " BEGIN      | END        | TYPE\n"
+    " BEGIN      | LAST       | TYPE\n"
     "------------+------------+-----------------------------------------------------\n"
   );
 




More information about the vc mailing list