X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fnnue%2Fnnue_common.h;h=75ac78627915784bfd4e003260f3ecede09364e4;hb=7819412002374fac5ebf7bec1e49a25481f1c42b;hp=390f61c35ad4c1c7e0119fc3b83eed17e39a2fc3;hpb=b84fa04db6ea5fc6d7d714539c11537bde64538b;p=stockfish diff --git a/src/nnue/nnue_common.h b/src/nnue/nnue_common.h index 390f61c3..75ac7862 100644 --- a/src/nnue/nnue_common.h +++ b/src/nnue/nnue_common.h @@ -148,7 +148,7 @@ namespace Stockfish::Eval::NNUE { out[i] = read_little_endian(stream); } - // write_little_endian(s, out, N) : write integers in bulk to a little indian stream. + // write_little_endian(s, values, N) : write integers in bulk to a little indian stream. // This takes N integers from array values and writes them on stream s. template inline void write_little_endian(std::ostream& stream, const IntType* values, std::size_t count) {