From 19167a7af6053f1eba0420509408731db007368c Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 27 Sep 2010 16:29:08 +0200 Subject: image: fix spelling mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit struct imageection => struct imagesection Signed-off-by: Øyvind Harboe --- src/target/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/image.h') diff --git a/src/target/image.h b/src/target/image.h index b096031b..27f31869 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -47,7 +47,7 @@ enum image_type IMAGE_BUILDER, /* when building a new image */ }; -struct imageection +struct imagesection { uint32_t base_address; uint32_t size; @@ -60,7 +60,7 @@ struct image enum image_type type; /* image type (plain, ihex, ...) */ void *type_private; /* type private data */ int num_sections; /* number of sections contained in the image */ - struct imageection *sections; /* array of sections */ + struct imagesection *sections; /* array of sections */ int base_address_set; /* whether the image has a base address set (for relocation purposes) */ long long base_address; /* base address, if one is set */ int start_address_set; /* whether the image has a start address (entry point) associated */ -- cgit v1.2.3