mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core/Common: Fix typos
Found via `codespell -q 3 -S "./Externals,./Data/Sys/wiitdb-??.txt,*.po,*.pot" -L andf,asnd,bootup,brocken,bufferin,clen,collet,datas,delt,diety,extint,fpr,inout,inport,interm,nd,nin,ontop,pixelx,re-use,re-used,sav,stateman,strat,transer,wil`
This commit is contained in:
@ -37,7 +37,7 @@ struct WindowSystemInfo
|
||||
void* render_window = nullptr;
|
||||
|
||||
// Render surface. Depending on the host platform, this may differ from the window.
|
||||
// This is kept seperate as input may require a different handle to rendering, and
|
||||
// This is kept separate as input may require a different handle to rendering, and
|
||||
// during video backend startup the surface pointer may change (MoltenVK).
|
||||
void* render_surface = nullptr;
|
||||
|
||||
|
Reference in New Issue
Block a user