summaryrefslogtreecommitdiffstats
path: root/src/hardware/dmidecode.h
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-10-31 16:43:54 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-11-05 15:16:07 +0100
commit268cc0805bb2b580aa6734656fd698bf54523d6c (patch)
treecdcf9ad4a911a03171d33a5cee565da6c3a03272 /src/hardware/dmidecode.h
parent4f6220c7c311165fcdf943268fc0a87788e87fb5 (diff)
downloadopenlmi-providers-268cc0805bb2b580aa6734656fd698bf54523d6c.tar.gz
openlmi-providers-268cc0805bb2b580aa6734656fd698bf54523d6c.tar.xz
openlmi-providers-268cc0805bb2b580aa6734656fd698bf54523d6c.zip
Hardware: Added Physical Disk Provider
New Provider: * LMI_DiskPhysicalPackage
Diffstat (limited to 'src/hardware/dmidecode.h')
-rw-r--r--src/hardware/dmidecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/dmidecode.h b/src/hardware/dmidecode.h
index d139f38..e293cde 100644
--- a/src/hardware/dmidecode.h
+++ b/src/hardware/dmidecode.h
@@ -160,7 +160,7 @@ typedef struct _DmiBattery {
/*
* Get array of processors according to the dmidecode program.
- * @param cpu array of cpus, this function will allocate necessary memory,
+ * @param cpus array of cpus, this function will allocate necessary memory,
* but caller is responsible for freeing it
* @param cpus_nb number of processors in cpus
* @return 0 if success, negative value otherwise