gnu: acpica: Fix typo in synopsis.
* gnu/packages/admin.scm (acpica)[synopsis]: Fix typo or grammar.master
parent
c1ca686bc8
commit
018be4ca5e
|
@ -1711,7 +1711,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
#:tests? #f ; no 'check' target
|
#:tests? #f ; no 'check' target
|
||||||
#:phases (modify-phases %standard-phases (delete 'configure))))
|
#:phases (modify-phases %standard-phases (delete 'configure))))
|
||||||
(home-page "https://acpica.org/")
|
(home-page "https://acpica.org/")
|
||||||
(synopsis "Tools for the development and debug of ACPI tables")
|
(synopsis "Tools for the development and debugging of ACPI tables")
|
||||||
(description
|
(description
|
||||||
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
||||||
OS-independent reference implementation of the Advanced Configuration and
|
OS-independent reference implementation of the Advanced Configuration and
|
||||||
|
|
Reference in New Issue