Skip to content

Commit ad0a1c7

Browse files
aescolarfabiobaltieri
authored andcommitted
shell: Correct one comment
The comment should refer to the architecture, not one particular board. Let's fix it. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 0be493c commit ad0a1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/zephyr/shell/shell.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ typedef int (*shell_dict_cmd_handler)(const struct shell *sh, size_t argc,
191191
char **argv, void *data);
192192

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

0 commit comments

Comments
 (0)