X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnnue%2Fnnue_common.h;h=74eaae17c2dadecb804f169b204984fe42cc3adb;hp=75ac78627915784bfd4e003260f3ecede09364e4;hb=4b86ef8c4f8755850b38f2eca026cb9da20c4d01;hpb=7819412002374fac5ebf7bec1e49a25481f1c42b diff --git a/src/nnue/nnue_common.h b/src/nnue/nnue_common.h index 75ac7862..74eaae17 100644 --- a/src/nnue/nnue_common.h +++ b/src/nnue/nnue_common.h @@ -109,7 +109,7 @@ namespace Stockfish::Eval::NNUE { // write_little_endian() is our utility to write an integer (signed or unsigned, any size) // to a stream in little-endian order. We swap the byte order before the write if - // necessary to always write in little endian order, independantly of the byte + // necessary to always write in little endian order, independently of the byte // ordering of the compiling machine. template inline void write_little_endian(std::ostream& stream, IntType value) {