From 40245ef316d0a37721b2c79620e83e750368eef5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 23 May 2015 16:52:17 +0200
Subject: [PATCH] gnu: linux-boot: Remove outdated and misleading comment.

* gnu/build/linux-boot.scm (boot-system): Remove outdated comment.
---
 gnu/build/linux-boot.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index f54e3d3a358..3081a93a975 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -418,7 +418,6 @@ (define (lookup-module name)
              (switch-root "/root")
              (format #t "loading '~a'...\n" to-load)
 
-             ;; TODO: Remove /lib, /share, and /loader.go.
              (primitive-load to-load)
 
              (format (current-error-port)
-- 
GitLab