From 95e8eb6020ef3adb9f4ac6edc893fa59db1fa96a Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Fri, 28 Nov 2014 00:13:21 -0500
Subject: builddeps-grubinvaders: fix typo

---
diff --git a/builddeps-grubinvaders b/builddeps-grubinvaders
index a05082e..e888d67 100755
--- a/builddeps-grubinvaders
+++ b/builddeps-grubinvaders
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#  builddeps-grub script: builds grub source code
+#  builddeps-grubinvaders script: builds grub invaders source code
 #
 #	Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
 #
@@ -21,7 +21,7 @@
 set -u -e -v
 
 # This script is used by the main "builddeps" script in libreboot src/meta archives.
-# The reason it is seperated here is so that GRUB can be built separately aswell.
+# The reason it is seperated here is so that GRUB Invaders can be built separately aswell.
 
 # Build GRUB Invaders payload (for GRUB)
 # --------------------------------------------------------------------
--
cgit v0.9.1