Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sawickiap/D3d12info
Browse files Browse the repository at this point in the history
  • Loading branch information
sawickiap committed Oct 29, 2024
2 parents 9611e16 + 41cb313 commit 91a7cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/IntelData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ const char * GetIntelGraphicsGenerationString( const IntelGraphicsGeneration gen
case INTEL_DGFX_ACM: return "Xe High Performance Graphics";

case INTEL_GFX_GEN_UNKNOWN:
default: return "Unkown";
default: return "Unknown";
}
}

Expand Down

0 comments on commit 91a7cf2

Please sign in to comment.