[host1x] Fix typo.

This commit is contained in:
weakboson 2025-07-27 00:03:55 +08:00
parent c5d78081d7
commit c6abde7af4

View file

@ -41,7 +41,7 @@ void Decoder::Decode() {
if (!frame.get()) { if (!frame.get()) {
LOG_ERROR(HW_GPU, LOG_ERROR(HW_GPU,
"Nvdec {} dailed to decode interlaced frame for top 0x{:X} bottom 0x{:X}", id, "Nvdec {} failed to decode interlaced frame for top 0x{:X} bottom 0x{:X}", id,
luma_top, luma_bottom); luma_top, luma_bottom);
} }