ci: fix new codespell errors

This commit is contained in:
Liam 2023-10-02 18:03:05 -04:00
parent ff57c66773
commit 0448eb6f0f
11 changed files with 11 additions and 11 deletions

View file

@ -161,7 +161,7 @@ private:
u32 method_count; ///< Current method count
u32 length_pending; ///< Large NI command length pending
GPUVAddr dma_get; ///< Currently read segment
u64 dma_word_offset; ///< Current word ofset from address
u64 dma_word_offset; ///< Current word offset from address
bool non_incrementing; ///< Current command's NI flag
bool is_last_call;
};