Skip to content

Commit

Permalink
shell: Correct one comment
Browse files Browse the repository at this point in the history
The comment should refer to the architecture, not one particular
board. Let's fix it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
  • Loading branch information
aescolar authored and fabiobaltieri committed Aug 16, 2024
1 parent 0be493c commit ad0a1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/shell/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ typedef int (*shell_dict_cmd_handler)(const struct shell *sh, size_t argc,
char **argv, void *data);

/* When entries are added to the memory section a padding is applied for
* native_posix_64 and x86_64 targets. Adding padding to allow handle data
* the posix architecture with 64bits builds and x86_64 targets. Adding padding to allow handle data
* in the memory section as array.
*/
#if (defined(CONFIG_ARCH_POSIX) && defined(CONFIG_64BIT)) || defined(CONFIG_X86_64)
Expand Down

0 comments on commit ad0a1c7

Please sign in to comment.