mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-02 02:33:37 +00:00
fix typo and simplify string
This commit is contained in:
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
const struct valstr ipmi_oem_info[] = {
|
const struct valstr ipmi_oem_info[] = {
|
||||||
|
|
||||||
{ IPMI_OEM_UNKNOWN, "Unknown/Unspecifier OEM" },
|
{ IPMI_OEM_UNKNOWN, "Unknown" },
|
||||||
{ IPMI_OEM_SUN , "Sun Microsystems" },
|
{ IPMI_OEM_SUN , "Sun Microsystems" },
|
||||||
{ IPMI_OEM_INTEL , "Intel Corporation" },
|
{ IPMI_OEM_INTEL , "Intel Corporation" },
|
||||||
{ IPMI_OEM_NEWISYS, "Newisys" },
|
{ IPMI_OEM_NEWISYS, "Newisys" },
|
||||||
|
Reference in New Issue
Block a user