Merge pull request #3016 from ichordev/patch-1

Fixed a small grammatical error
This commit is contained in:
Greg Fischer 2022-09-06 12:22:10 -06:00 committed by GitHub
commit 7757cbebe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,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.
@ -529,7 +529,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.