[3rdParty] fix typo in Decoder.cpp

avaiable -> available
This commit is contained in:
Ikko Eltociear Ashimine
2023-11-21 01:15:43 +09:00
committed by Chris Hennes
parent 91dc7285e1
commit b9d05e72fe

View File

@@ -777,7 +777,7 @@ size_t BitpackIntegerDecoder<RegisterT>::inputProcessAligned( const char *inbuf,
destBuffer_->setNextInt64( value );
}
/// Store the result in next avaiable position in the user's dest buffer
/// Store the result in next available position in the user's dest buffer
/// Calc next bit alignment and which word it starts in
bitOffset += bitsPerRecord_;