guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: powertop: Fix typo in description.


From: guix-commits
Subject: branch master updated: gnu: powertop: Fix typo in description.
Date: Thu, 07 May 2020 20:43:45 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 44585a0  gnu: powertop: Fix typo in description.
44585a0 is described below

commit 44585a0e9f8f1291ff4c3aa2266a9a4b1ec8de00
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri May 8 02:40:42 2020 +0200

    gnu: powertop: Fix typo in description.
    
    * gnu/packages/linux.scm (powertop)[description]: Excise space.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e5de2ac..d2bffe8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1000,7 +1000,7 @@ It has been modified to remove all non-free binary 
blobs.")
        "This simple Linux kernel module allows calls from user space to any
 @acronym{ACPI, Advanced Configuration and Power Interface} method provided by
 your computer's firmware, by writing to @file{/proc/acpi/call}.  You can pass
-any number of parameters of types @code{ACPI_INTEGER},  @code{ACPI_STRING},
+any number of parameters of types @code{ACPI_INTEGER}, @code{ACPI_STRING},
 and @code{ACPI_BUFFER}.
 
 It grants direct and undocumented access to your hardware that may cause damage



reply via email to

[Prev in Thread] Current Thread [Next in Thread]