summaryrefslogtreecommitdiffstats
path: root/src/hardware/dmidecode.h
diff options
context:
space:
mode:
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