From c09f376306663fbb64f0926afca32a8db8cfa1e1 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Wed, 27 Apr 2016 22:21:29 -0700 Subject: [PATCH] Example: Fix typo in a comment --- src/platform/example/client-server/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/example/client-server/server.c b/src/platform/example/client-server/server.c index 0d85b5b17..b124b6a89 100644 --- a/src/platform/example/client-server/server.c +++ b/src/platform/example/client-server/server.c @@ -107,7 +107,7 @@ bool _mExampleRun(const struct mArguments* args, Socket client) { 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);