From 0adc8a74a8fa98795efbc8cec2e102f2f903ec70 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 4 Dec 2013 09:12:42 +0100 Subject: libblock: Use LAST for the last partition block --- cpukit/libblock/src/bdpart-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libblock/src/bdpart-dump.c b/cpukit/libblock/src/bdpart-dump.c index b886622cf0..97202d04bf 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" ); -- cgit v1.2.3