]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
examples : fix typo in parallel example doc comment (#4181)
authorDaniel Bevenius <redacted>
Thu, 23 Nov 2023 11:34:20 +0000 (12:34 +0100)
committerGitHub <redacted>
Thu, 23 Nov 2023 11:34:20 +0000 (13:34 +0200)
Signed-off-by: Daniel Bevenius <redacted>
examples/parallel/parallel.cpp

index a78df305f415c3b5f8a81b97adbfc0aa275bfb38..9b89bdfec78cef6a04b4e068281826803124a433 100644 (file)
@@ -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"