diff options
Diffstat (limited to 'drivers/partition/partition.c')
-rw-r--r-- | drivers/partition/partition.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/partition/partition.c b/drivers/partition/partition.c index 07869acf5..630c1d808 100644 --- a/drivers/partition/partition.c +++ b/drivers/partition/partition.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -75,7 +75,7 @@ static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) /* * Load GPT header and check the GPT signature. - * If partiton numbers could be found, check & update it. + * If partition numbers could be found, check & update it. */ static int load_gpt_header(uintptr_t image_handle) { |