Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/731#discussion_r31119327
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/instance/Slot.java ---
    @@ -24,27 +24,40 @@
     import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
     
     /**
    - * Base class for task slots. TaskManagers offer one or more task slots, 
they define how many
    - * parallel tasks or task groups a TaskManager executes.
    + * Base class for task slots. TaskManagers offer one or more task slots, 
which define a slice of 
    + * their resources.
    + *
    + * <p>In the simplest case, a slot holds a single task ({@link 
SimpleSlot}). In the more complex
    + * case, a slot is shared ({@link SharedSlot}) abd contains a set of 
tasks. Shared slots may contain
    --- End diff --
    
    typo: abd -> and


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to