]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix: correct misspellings in code comments (#21217)
authorlainon1 <redacted>
Tue, 31 Mar 2026 11:50:51 +0000 (12:50 +0100)
committerGitHub <redacted>
Tue, 31 Mar 2026 11:50:51 +0000 (13:50 +0200)
commit0b6ff47996019d559862d279ccb66dd9390934cd
tree939412ec14d5bf4b4a568d06f0339dd465486fe2
parenteec6f85d7b84c368b2e59e1dab9f2bad56d239f7
fix: correct misspellings in code comments (#21217)

- emdeddings → embeddings (gemma3.cpp, gemma3n-iswa.cpp,
gemma-embedding.cpp)
- imlpemented → implemented (llama-adapter.cpp)
- interere → interfere (llama-graph.cpp)
- overridde → overridden (chat.cpp)
- stastistics → statistics (ngram-map.h)
- layed → laid (llama-kv-cache.h)
- worster → worst (llama-context.cpp)
- sequantial → sequential (llama-batch.h)
common/chat.cpp
common/ngram-map.h
src/llama-adapter.cpp
src/llama-batch.h
src/llama-context.cpp
src/llama-graph.cpp
src/llama-kv-cache.h
src/models/gemma-embedding.cpp
src/models/gemma3.cpp
src/models/gemma3n-iswa.cpp