llama : fix typo in comment in llama-kv-cache.h [no ci] (#18489)

This commit is contained in:
Daniel Bevenius 2025-12-30 17:20:14 +01:00 committed by GitHub
parent cd78e57c3a
commit ac1d0eb7bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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,