Commit 1dfe94e04 for llama.cpp

commit 1dfe94e04875bbab710c1fbcb092ae2901b16d1b
Author: Daniel Bevenius <daniel.bevenius@gmail.com>
Date:   Fri Sep 11 12:59:43 2026 +0200

    common : fix typo in speculative.cpp comment [no ci] (#28750)

diff --git a/common/speculative.cpp b/common/speculative.cpp
index 7c8a06365..77dfe9535 100644
--- a/common/speculative.cpp
+++ b/common/speculative.cpp
@@ -1493,7 +1493,7 @@ struct common_speculative_impl_draft_mtp : public common_speculative_impl {

         const int32_t n_tokens = batch_in.n_tokens;

-        // remember the frist and last batch index for each sequence
+        // remember the first and last batch index for each sequence
         std::fill(i_batch_beg.begin(), i_batch_beg.end(), -1);
         std::fill(i_batch_end.begin(), i_batch_end.end(), -1);