Răsfoiți Sursa

examples : fix typo in parallel example doc comment (#4181)

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
Daniel Bevenius 2 ani în urmă
părinte
comite
9d5949f04b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      examples/parallel/parallel.cpp

+ 1 - 1
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"