]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - fres/resalloc/fres_vres.h
Implemented support for contract renegotiation
[frescor/frsh.git] / fres / resalloc / fres_vres.h
index 1f64fb0d7f08a8bf0496c2540c8ca34efd6aa6ae..95e85452394c6436fc34d8340348ed994563fd27 100644 (file)
@@ -72,8 +72,8 @@ typedef struct fres_vres {
        /**
         * Stores actual allocation of the resource. During a mode
         * change, the callbacks can compare this old allocation with
-        * the changed (stored in @a new) one and depending on the
-        * kind of difference, it can apply the change
+        * the changed one (stored in @a new) and depending on the
+        * kind of difference, they can apply the change
         * differently. Callbacks must not change this field. as well as
         * the @a perceived field.
         */
@@ -91,7 +91,7 @@ typedef struct fres_vres {
 
        /**
         * The schedulable contract received by the allocator. The
-        * shceduler callback should use this contract to
+        * allocator callbacks should use this contract to
         * create/change VRES and must not change the value of this
         * field.
         */
@@ -130,5 +130,4 @@ fres_thread_vres_t *fres_thread_vres_new
 
 void fres_thread_vres_destroy(fres_thread_vres_t *th_vres);
 
-
 #endif