summaryrefslogtreecommitdiff
path: root/examples/parallel/parallel.cpp
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2023-11-23 12:34:20 +0100
committerGitHub <noreply@github.com>2023-11-23 13:34:20 +0200
commit9d5949f04b1f8b76184818abbd99938c2020803f (patch)
tree21d9dac5443d56d31869edbd4bee4ecea23aeb6e /examples/parallel/parallel.cpp
parentff8238f71d56245f4a6dbea693f4ebd81263464d (diff)
examples : fix typo in parallel example doc comment (#4181)
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'examples/parallel/parallel.cpp')
-rw-r--r--examples/parallel/parallel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parallel/parallel.cpp b/examples/parallel/parallel.cpp
index a78df305..9b89bdfe 100644
--- a/examples/parallel/parallel.cpp
+++ b/examples/parallel/parallel.cpp
@@ -1,5 +1,5 @@
// A basic application simulating a server with multiple clients.
-// The clients submite requests to the server and they are processed in parallel.
+// The clients submit requests to the server and they are processed in parallel.
#include "common.h"
#include "llama.h"