Skip to content

Commit 4f29d6a

Browse files
authored
Update SPINANDBlockDevice.cpp
Fix the spelling issue
1 parent e66784f commit 4f29d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/blockdevice/COMPONENT_SPINAND/source/SPINANDBlockDevice.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2018 ARM Limited
2+
* Copyright (c) 2021 ARM Limited
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -314,7 +314,7 @@ int SPINANDBlockDevice::program(const void *buffer, bd_addr_t addr, bd_size_t si
314314

315315
//Send WREN
316316
if (_set_write_enable() != 0) {
317-
tr_error("Write Enabe failed");
317+
tr_error("Write Enable failed");
318318
program_failed = true;
319319
status = SPINAND_BD_ERROR_WREN_FAILED;
320320
goto exit_point;

0 commit comments

Comments
 (0)