diff options
author | Kristof Ralovich <kristof.ralovich@gmail.com> | 2008-10-21 08:20:24 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-21 08:20:43 -0600 |
commit | 0970de31718288e5f2d655147d067ab2e2df5e37 (patch) | |
tree | fa4db04d8eeae647fc89838e6fa847ee4c10ee2f /src/glx/x11 | |
parent | b4bf9acc32ac8693b1fdf80f351523a468ba6bd1 (diff) |
glx: updated comment
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/glx_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glx_query.c b/src/glx/x11/glx_query.c index 9664243d8e..5ea58964ad 100644 --- a/src/glx/x11/glx_query.c +++ b/src/glx/x11/glx_query.c @@ -55,7 +55,7 @@ typedef struct GLXGenericGetString #define X_GLXGenericGetString 0 /** - * Query the Server GLX string and cache it in the display private. + * Query the Server GLX string. * This routine will allocate the necessay space for the string. */ char * |