From 4de576e9b26ea3e634c1cd819600851ee3a5c6d6 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Tue, 12 Jan 2021 22:25:04 +0100
Subject: [PATCH] gnu: Fix comment typo.

* gnu/packages/efi.scm: Purge spurious space.
---
 gnu/packages/efi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm
index 9582e65689..ac330dee64 100644
--- a/gnu/packages/efi.scm
+++ b/gnu/packages/efi.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
 ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright ©  2021 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;