eina: cpu - fix a typo in eina_cpu_count API doc

This commit is contained in:
Amitesh Singh 2015-08-29 08:01:10 +05:30
parent e656dde568
commit eab2b5af84
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ EAPI extern Eina_Cpu_Features eina_cpu_features;
EAPI Eina_Cpu_Features eina_cpu_features_get(void); 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 * @return the number of processors that are online, that
* is available when the function is called. * is available when the function is called.