fix some typo error

This commit is contained in:
csch
2023-02-10 11:30:15 +08:00
parent 9f0f2b3092
commit e61f6a4170
6 changed files with 15 additions and 15 deletions

View File

@ -112,7 +112,7 @@ public:
const T *reinterpret_data() const { return reinterpret_cast<const T *>(data_); }
/**
* access all valid fliped bit, flip a bit meaning change its value from 0 to 1 or from 1 to 0
* access all valid flipped bit, flip a bit meaning change its value from 0 to 1 or from 1 to 0
* and it access all 0 bit
*/
template <typename OP>