Mesa (gallium-0.2): stw: fix comment

Keith Whitwell keithw at kemper.freedesktop.org
Mon Feb 2 12:21:36 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: ef3fe78478d1ce8f70a36eefb6739103358ecb54
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef3fe78478d1ce8f70a36eefb6739103358ecb54

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Jan 28 19:13:58 2009 +0000

stw: fix comment

---

 .../state_trackers/wgl/shared/stw_framebuffer.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/wgl/shared/stw_framebuffer.c b/src/gallium/state_trackers/wgl/shared/stw_framebuffer.c
index 50edf73..90f181e 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_framebuffer.c
+++ b/src/gallium/state_trackers/wgl/shared/stw_framebuffer.c
@@ -171,7 +171,7 @@ framebuffer_destroy(
    }
 }
 
-/* Given an hdc, return the corresponding wgl_context.
+/* Given an hdc, return the corresponding stw_framebuffer.
  */
 struct stw_framebuffer *
 framebuffer_from_hdc(




More information about the mesa-commit mailing list