Skip to content
Snippets Groups Projects
Commit febed03e authored by Sophie Quinton's avatar Sophie Quinton
Browse files

Fix a comment in job.v

parent ea1c45c8
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ From mathcomp Require Export eqtype ssrnat.
(** Throughout the library we assume that jobs have decidable equality. *)
Definition JobType := eqType.
(** * Unit of Work *)
(** * Notion of Work *)
(** We define 'work' to denote the unit of service received or needed. In a
(** We define 'work' to denote the amount of service received or needed. In a
real system, this corresponds to the number of processor cycles. *)
Definition work := nat.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment