Cleanup React comments and unused imports

Summary: @public Fix some typos in comments.

Reviewed By: astreet

Differential Revision: D3161278
This commit is contained in:
Ahmed El-Helw 2016-04-11 14:10:37 -07:00
parent a099869edd
commit 72eb547f22
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ package com.facebook.react.flat;
import android.graphics.Canvas;
/**
* DrawCommand is an inteface that shadow nodes need to implement to do the drawing.
* Instaces of DrawCommand are created in background thread and passed to UI thread.
* DrawCommand is an interface that shadow nodes need to implement to do the drawing.
* Instances of DrawCommand are created in background thread and passed to UI thread.
* Once a DrawCommand is shared with UI thread, it can no longer be mutated in background thread.
*/
public interface DrawCommand {