aboutsummaryrefslogtreecommitdiff
path: root/util/getpir/getpir.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/getpir/getpir.c')
-rw-r--r--util/getpir/getpir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/getpir/getpir.c b/util/getpir/getpir.c
index 12b4a20f22..d0ad978a40 100644
--- a/util/getpir/getpir.c
+++ b/util/getpir/getpir.c
@@ -1,5 +1,5 @@
/* getpir.c : This software is released under GPL
- * For LinuxBIOS use only
+ * For coreboot use only
* Aug 26 2001 , Nikolai Vladychevski, <niko@isl.net.mx>
* 2007.04.09 Jeremy Jackson <jerj@coplanar.net>
* updated for amd64 and general 64 bit portability
@@ -78,7 +78,7 @@ int main(void)
close(fd_mem);
- printf("Done, you can move the file to the LinuxBIOS tree now.\n");
+ printf("Done, you can move the file to the coreboot tree now.\n");
return 0;
}