From: Daniel Bevenius Date: Sat, 31 Aug 2024 07:50:22 +0000 (+0200) Subject: llama : fix typo in xcda_array_view comment [no ci] (#9132) X-Git-Tag: upstream/0.0.4488~839 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=49271efbaf3f7a4ae52c4ca299b6d4e82598a97d;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama : fix typo in xcda_array_view comment [no ci] (#9132) --- diff --git a/src/llama-vocab.cpp b/src/llama-vocab.cpp index 323660ef..dc4138cb 100644 --- a/src/llama-vocab.cpp +++ b/src/llama-vocab.cpp @@ -963,7 +963,7 @@ private: /* * This structure is a view wrapper for XOR-compressed double array (XCDA) * See Shunsuke Kanda (2018). Space- and Time-Efficient String Dictionaries. - * Eeach bit-packed entry contains: + * Each bit-packed entry contains: * - BASE array value in bits 10-30 * - LCHECK array value in bits 0-7 * - LEAF array value in bit 9