diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2023-11-23 12:34:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 13:34:20 +0200 |
commit | 9d5949f04b1f8b76184818abbd99938c2020803f (patch) | |
tree | 21d9dac5443d56d31869edbd4bee4ecea23aeb6e /examples/parallel/parallel.cpp | |
parent | ff8238f71d56245f4a6dbea693f4ebd81263464d (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.cpp | 2 |
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" |