diff options
| author | Hiroshi Yoshioka <[email protected]> | 2023-02-09 04:05:45 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-08 11:05:45 -0800 |
| commit | 4618ec0b08c943b0f45ad7fed89cc22c615a054e (patch) | |
| tree | 2b4f1cfde64e59fdb43ed44fe9db0423fe4efe51 | |
| parent | fe1031f76b5d4c851a3dbf1edb658815f75d25d3 (diff) | |
Typo "accpeted"→"accepted" (#838)
https://github.com/microsoft/Windows-driver-samples/blob/main/pofx/PEP/acpi/acpispecific.c
#PingMSFTDocs
| -rw-r--r-- | pofx/PEP/acpi/acpispecific.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pofx/PEP/acpi/acpispecific.c b/pofx/PEP/acpi/acpispecific.c index 0e501ad3..7160622b 100644 --- a/pofx/PEP/acpi/acpispecific.c +++ b/pofx/PEP/acpi/acpispecific.c @@ -30,7 +30,7 @@ Environment: #endif // -// To add new devices that will be accpeted by the platform extension, +// To add new devices that will be accepted by the platform extension, // follow to the example below. // @@ -50,9 +50,9 @@ Environment: // // The common library will consume the PepDeviceMatchArray to determine -// whether a device should be accpeted by the platform extension. +// whether a device should be accepted by the platform extension. // And then the common library will consult PepDeviceDefinitionArray for -// the native methods and device-specific notification handlers of the accpeted +// the native methods and device-specific notification handlers of the accepted // devices. // |
