*
  * NOTE:        We always allocate the worst-case object descriptor because
  *              these objects are cached, and we want them to be
- *              one-size-satisifies-any-request. This in itself may not be
+ *              one-size-satisfies-any-request. This in itself may not be
  *              the most memory efficient, but the efficiency of the object
  *              cache should more than make up for this!
  *
 
 /* Command status return values */
 
 enum acpi_erst_command_status {
-       ACPI_ERST_SUCESS = 0,
+       ACPI_ERST_SUCCESS = 0,
        ACPI_ERST_NO_SPACE = 1,
        ACPI_ERST_NOT_AVAILABLE = 2,
        ACPI_ERST_FAILURE = 3,