]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama : fix typo in comment in llama-kv-cache.h [no ci] (#18489)
authorDaniel Bevenius <redacted>
Tue, 30 Dec 2025 16:20:14 +0000 (17:20 +0100)
committerGitHub <redacted>
Tue, 30 Dec 2025 16:20:14 +0000 (17:20 +0100)
src/llama-kv-cache.h

index 1868f1185727e07df3f746e196b3d2ae9c121cc7..0c4ed6484564135ebf62083f3ac28811e5af6375 100644 (file)
@@ -305,7 +305,7 @@ public:
             bool do_shift,
             stream_copy_info sc_info);
 
-    // used to create a batch procesing context from a batch
+    // used to create a batch processing context from a batch
     llama_kv_cache_context(
             llama_kv_cache * kv,
             slot_info_vec_t sinfos,