From ff4b840aee1d45ac780c4ae6f33e5ddc1ff7f795 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 23 Jun 2021 15:23:04 -0400
Subject: [PATCH] fix probable copy/paste error

---
 morph/grid/production/grid.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/morph/grid/production/grid.nix b/morph/grid/production/grid.nix
index 4796bb46..c5c27bb6 100644
--- a/morph/grid/production/grid.nix
+++ b/morph/grid/production/grid.nix
@@ -48,7 +48,8 @@ let
 
     # And supply configuration for those hardware / network / bootloader
     # options.  See the 100tb module for handling of this value.  The module
-    # name is quoted because `1` makes `100tb` look an awful lot like
+    # name is quoted because `1` makes `100tb` look an awful lot like a
+    # number.
    "100tb".config = nodecfg;
   };
 
-- 
GitLab