diff options
| -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. // |
