diff options
Diffstat (limited to 'test/dm/remoteproc.c')
-rw-r--r-- | test/dm/remoteproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/remoteproc.c b/test/dm/remoteproc.c index b5e9f9ddc98..7a8ff47fa14 100644 --- a/test/dm/remoteproc.c +++ b/test/dm/remoteproc.c @@ -139,7 +139,7 @@ static int dm_test_remoteproc_elf(struct unit_test_state *uts) 0x20, 0x00, 0x00, 0x00, /* memsz = filesz */ 0x20, 0x00, 0x00, 0x00, - /* flags : readable and exectuable */ + /* flags : readable and executable */ 0x05, 0x00, 0x00, 0x00, /* padding */ 0x00, 0x00, 0x00, 0x00, |