diff --git a/src/droplets/droplet.h b/src/droplets/droplet.h
index a8a2d84..0fe779e 100644
--- a/src/droplets/droplet.h
+++ b/src/droplets/droplet.h
@@ -57,7 +57,7 @@ public:
 		       size_t size)=0;
 
   /*
-   * Processes information to be displayed on the screen. 
+   * Processes information to be shown on the display. 
    */
   virtual void Draw()=0;