Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Jan 7, 2024
1 parent cb0659d commit d303ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/10_cmdbufemu/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Enhanced error checking can be used to catch additional errors when
// commands are recorded into a command buffer, but relies on tricky
// use of user events that may not work properly with some implementations.
// Disabling enhanced error checkgin may enable command buffer emulation
// Disabling enhanced error checking may enable command buffer emulation
// to function properly on more implementations.

const bool g_cEnhancedErrorChecking = false;
Expand Down

0 comments on commit d303ca5

Please sign in to comment.