Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / src / mainboard / msi / ms9282 / mainboard.c
index 7294894a884b040051b32cfe225b1225862cca3b..62a39259b528314b6b85c4b52fe5dafb69e2cdba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 MSI
  * Written by Bingxun Shi <bingxunshi@gmail.com> for MSI.
@@ -28,6 +28,6 @@
 
 #if CONFIG_CHIP_NAME == 1
 struct chip_operations mainboard_msi_ms9282_ops = {
-       CHIP_NAME("MSI ms9282 mainboard")
+       CHIP_NAME("MSI MS-9282 Mainboard")
 };
 #endif