diff --git a/ext/fox16_c/impl.cpp b/ext/fox16_c/impl.cpp
index 408c363e1ff1c00edb793c1445849914f72743a3..009484e59eb79c1738597851fdc9fa58c77bd4c9 100644
--- a/ext/fox16_c/impl.cpp
+++ b/ext/fox16_c/impl.cpp
@@ -454,6 +454,7 @@ IMPLEMENT_FXID_STUBS(FXRbImage)
 IMPLEMENT_FXDRAWABLE_STUBS(FXRbImage)
 IMPLEMENT_FXIMAGE_STUBS(FXRbImage)
 
+/* Start stub implementations for class FXRbImageData */
 /* Start stub implementations for class FXRbImageFrame */
 IMPLEMENT_FXOBJECT_STUBS(FXRbImageFrame)
 IMPLEMENT_FXID_STUBS(FXRbImageFrame)
diff --git a/lib/fox16/scintilla.rb b/lib/fox16/scintilla.rb
index 983ba7394b2487a8fda46aa4d460027db8afd429..42147a2f890b96db8c8367e9609d3d3f26a1d804 100755
--- a/lib/fox16/scintilla.rb
+++ b/lib/fox16/scintilla.rb
@@ -3,7 +3,7 @@
 
 module Fox
   class FXScintilla
-    #
+    # 
 
 
 
@@ -3238,7 +3238,7 @@ module Fox
       sendMessage(2626, markerNumber, pixels)
     end
 
-    # Register an RGBA image for use in autocompletion lists.
+    # Register an RGBA image for use in autocompletion lists. 
     # It has the width and height from RGBAImageSetWidth/Height
     def registerRGBAImage(type, pixels)
       sendMessage(2627, type, pixels)