apps/examples/ostest: Spelling fix from Richard Cochran

This commit is contained in:
Gregory Nutt 2014-01-23 07:00:02 -06:00
parent 971d01ce81
commit b14f1f48ec

View File

@ -568,6 +568,6 @@ int ostest_main(int argc, FAR char *argv[])
printf("ostest_main: Started user_main at PID=%d\n", result);
}
printf("ostest_main: Exitting\n");
printf("ostest_main: Exiting\n");
return 0;
}