From: Daniel Bevenius Date: Thu, 23 Nov 2023 11:34:20 +0000 (+0100) Subject: examples : fix typo in parallel example doc comment (#4181) X-Git-Tag: upstream/0.0.4488~2935 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9d5949f04b1f8b76184818abbd99938c2020803f;p=pkg%2Fggml%2Fsources%2Fllama.cpp examples : fix typo in parallel example doc comment (#4181) Signed-off-by: Daniel Bevenius --- 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"