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 439cf79..bf20d6a 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 397065f..281b201 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.
     *