From 9008906b2dd015b8b1fd3e52f1997a1b839a9f0f Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 23 Nov 2023 11:57:32 +0100 Subject: [PATCH] examples: fix typo in parallel example doc comment Signed-off-by: Daniel Bevenius --- examples/parallel/parallel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parallel/parallel.cpp b/examples/parallel/parallel.cpp index a78df305f415c..9b89bdfec78ce 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"