Example: Fix typo in a comment
Jeffrey Pfau jeffrey@endrift.com
Wed, 27 Apr 2016 22:21:29 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
M
src/platform/example/client-server/server.c
→
src/platform/example/client-server/server.c
@@ -107,7 +107,7 @@ mCoreConfigInit(&core->config, "client-server");
mCoreConfigLoad(&core->config); // Take any settings overrides from the command line and make sure they get - // loaded into the config sustem, as well as manually overriding the + // loaded into the config system, as well as manually overriding the // "idleOptimization" setting to ensure cores that can detect idle loops // will attempt the detection. applyArguments(args, NULL, &core->config);