Fixed a small grammatical error

This commit is contained in:
ichordev 2022-09-03 02:13:55 +10:00 committed by GitHub
parent 69ae9e7460
commit 86bb449e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ typedef struct {
// //
// ShHandle held by but opaque to the driver. It is allocated, // ShHandle held by but opaque to the driver. It is allocated,
// managed, and de-allocated by the compiler/linker. It's contents // managed, and de-allocated by the compiler/linker. Its contents
// are defined by and used by the compiler and linker. For example, // are defined by and used by the compiler and linker. For example,
// symbol table information and object code passed from the compiler // symbol table information and object code passed from the compiler
// to the linker can be stored where ShHandle points. // to the linker can be stored where ShHandle points.
@ -525,7 +525,7 @@ public:
// See the definitions of TEnvironment, EShSource, EShLanguage, // See the definitions of TEnvironment, EShSource, EShLanguage,
// and EShClient for choices and more detail. // and EShClient for choices and more detail.
// //
// setEnvClient: The client that will be hosting the execution, and it's version. // setEnvClient: The client that will be hosting the execution, and its version.
// Note 'version' is not the version of the languages involved, but // Note 'version' is not the version of the languages involved, but
// the version of the client environment. // the version of the client environment.
// Use EShClientNone and version of 0 if there is no client, e.g. // Use EShClientNone and version of 0 if there is no client, e.g.