Skip to content

Commit

Permalink
shared/xbox_nv2a.cpp: Fixed a spelling error in two comments. (#13066)
Browse files Browse the repository at this point in the history
  • Loading branch information
cam900 authored Dec 10, 2024
1 parent a902c8d commit 9161ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mame/shared/xbox_nv2a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ void nv2a_renderer::render_register_combiners(int32_t scanline, const nv2a_raste
// 2: compute
// 2.1: initialize
combiner_initialize_registers(threadid, colorf);
// 2.2: general cmbiner stages
// 2.2: general combiner stages
for (n = 0; n < combiner.setup.stages; n++) {
// 2.2.1 initialize
combiner_initialize_stage(threadid, n);
Expand All @@ -2203,7 +2203,7 @@ void nv2a_renderer::render_register_combiners(int32_t scanline, const nv2a_raste
// 2.2.4 map outputs to registers
combiner_map_stage_output(threadid, n);
}
// 2.3: final cmbiner stage
// 2.3: final combiner stage
combiner_initialize_final(threadid);
combiner_map_final_input(threadid);
combiner_final_output(threadid);
Expand Down

0 comments on commit 9161ca9

Please sign in to comment.