From: Daniel Bevenius Date: Tue, 30 Dec 2025 16:20:14 +0000 (+0100) Subject: llama : fix typo in comment in llama-kv-cache.h [no ci] (#18489) X-Git-Tag: upstream/0.0.7599~15 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ac1d0eb7bf8c59b81a2cceb4a8dac1f44d201a3f;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama : fix typo in comment in llama-kv-cache.h [no ci] (#18489) --- diff --git a/src/llama-kv-cache.h b/src/llama-kv-cache.h index 1868f118..0c4ed648 100644 --- a/src/llama-kv-cache.h +++ b/src/llama-kv-cache.h @@ -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,