Evas_Loader: Fix pluralization in grammar

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4736
This commit is contained in:
Bryce Harrington 2017-04-04 09:20:48 -04:00 committed by Chris Michael
parent 72878655b7
commit bab7d2ec41
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@
*/ */
/** /**
* What does it means for you ? * What does it means for you ?
* Evas Loader are dynamically linked to Evas at run time. You can use anything * Evas Loader is dynamically linked to Evas at run time. You can use anything
* you want here as long as the license of the module you add to your system match * you want here as long as the license of the module you add to your system matches
* the application you are using it in. Be aware that if you make a module that use * the application you are using it in. Be aware that if you make a module that uses
* a GPL library, it may turn the license of your binary to GPL. Evas doesn't ship * a GPL library, it may turn the license of your binary to GPL. Evas doesn't ship
* with any GPL module. * with any GPL modules.
*/ */
#ifndef _EVAS_LOADER_H #ifndef _EVAS_LOADER_H
@ -108,7 +108,7 @@ struct _Evas_Module
{ {
const Evas_Module_Api *definition; const Evas_Module_Api *definition;
void *functions; /* this are the functions exported by the module */ void *functions; /* these are the functions exported by the module */
int id_engine; /* some internal data for the module i.e the id for engines */ int id_engine; /* some internal data for the module i.e the id for engines */
int ref; /* how many refs */ int ref; /* how many refs */