Skip to content

Commit 9d5949f

Browse files
authored
examples : fix typo in parallel example doc comment (#4181)
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent ff8238f commit 9d5949f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/parallel/parallel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// A basic application simulating a server with multiple clients.
2-
// The clients submite requests to the server and they are processed in parallel.
2+
// The clients submit requests to the server and they are processed in parallel.
33

44
#include "common.h"
55
#include "llama.h"

0 commit comments

Comments
 (0)