From eab2b5af840afe71784b0d24c1d0bb10743cb04d Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Sat, 29 Aug 2015 08:01:10 +0530 Subject: [PATCH] eina: cpu - fix a typo in eina_cpu_count API doc --- src/lib/eina/eina_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.