wgl: update some comments
authorBrian Paul <brianp@vmware.com>
Fri, 24 Aug 2012 17:45:05 +0000 (11:45 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Aug 2012 20:09:03 +0000 (14:09 -0600)
src/gallium/state_trackers/wgl/stw_framebuffer.h
src/gallium/state_trackers/wgl/stw_winsys.h

index 439cf79b5970d7d3297bd1919ea6c05647ebca43..bf20d6a3d2990677f4ac448d401d70f1e360e746 100644 (file)
@@ -37,7 +37,7 @@ struct st_framebuffer_iface;
 struct stw_pixelformat_info;
 
 /**
- * Windows framebuffer, derived from gl_framebuffer.
+ * Windows framebuffer.
  */
 struct stw_framebuffer
 {
index 397065fc15905c447e8db84ebb063ea9fa69e2ae..281b201bc22b2aa6c9977dba686ad5e1fdaee552 100644 (file)
@@ -78,7 +78,7 @@ struct stw_winsys
                            struct stw_shared_surface *surface);
 
    /**
-    * Compose into a shared (optional).
+    * Compose into a shared surface (optional).
     *
     * Blit the color buffer into a shared surface.
     *