llama : correct typos 'occured' and 'occurences' (#19414)

Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
This commit is contained in:
thecaptain789
2026-02-11 06:05:31 +00:00
committed by GitHub
parent 6d95707827
commit 8ee538ce73
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ void common_ngram_map_draft(common_ngram_map & map,
slot_max = v;
}
}
// What is sum of the other occurences?
// What is sum of the other occurrences?
uint32_t sum_occur = 0;
for (int v = 0; v < COMMON_NGRAM_MAX_VALUES; ++v) {
if (v == slot_max) {