summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2015-08-29 08:01:10 +0530
committerAmitesh Singh <amitesh.sh@samsung.com>2015-08-29 08:01:10 +0530
commiteab2b5af840afe71784b0d24c1d0bb10743cb04d (patch)
tree94655de2553680466fb340cafffe5a84393f7b0b
parente656dde568d32a4d274388753bf7b7e69b773a0a (diff)
downloadefl-eab2b5af840afe71784b0d24c1d0bb10743cb04d.tar.gz
eina: cpu - fix a typo in eina_cpu_count API doc
-rw-r--r--src/lib/eina/eina_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_cpu.h b/src/lib/eina/eina_cpu.h
index e871774aa2..bb7082b37c 100644
--- a/src/lib/eina/eina_cpu.h
+++ b/src/lib/eina/eina_cpu.h
@@ -73,7 +73,7 @@ EAPI extern Eina_Cpu_Features eina_cpu_features;
EAPI Eina_Cpu_Features eina_cpu_features_get(void);
/**
- * @brief Get the current number of precessors
+ * @brief Get the current number of processors
*
* @return the number of processors that are online, that
* is available when the function is called.