Fix few typos

This commit is contained in:
Philippe SWARTVAGHER 2024-05-26 18:39:33 +02:00 committed by arcady-lunarg
parent 5b09f3e4bf
commit 2b19bf7e1b
3 changed files with 5 additions and 5 deletions

View file

@ -788,7 +788,7 @@ bool ProcessDeferred(
// set version/profile to defaultVersion/defaultProfile regardless of the #version
// directive in the source code
bool forceDefaultVersionAndProfile,
int overrideVersion, // overrides version specified by #verison or default version
int overrideVersion, // overrides version specified by #version or default version
bool forwardCompatible, // give errors for use of deprecated features
EShMessages messages, // warnings/errors/AST; things to print out
TIntermediate& intermediate, // returned tree, etc.