diff --git a/samples/hello_world/src/main.c b/samples/hello_world/src/main.c index 2758d75d3fcb..b7ad8fabc475 100644 --- a/samples/hello_world/src/main.c +++ b/samples/hello_world/src/main.c @@ -1,4 +1,5 @@ -/* + +* * Copyright (c) 2012-2014 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 @@ -8,6 +9,6 @@ int main(void) { - printf("Hello World! %s\n", CONFIG_BOARD); + printf("Hello There! %s\n", CONFIG_BOARD); return 0; }