diff options
author | Timo Wiren <[email protected]> | 2010-09-20 15:27:34 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-09-20 15:28:32 -0700 |
commit | 99907303f6a1e9abe02977664ad8457c122213ce (patch) | |
tree | c54001b5b850140f3512215a3b685ccfc736d5fa /src/mesa/drivers/dri/common/vblank.c | |
parent | 4fc5050f82a6b59a86370f44c64e7592ff621f6f (diff) |
Fix typos in comments and debug output strings.
Bug #30208.
Diffstat (limited to 'src/mesa/drivers/dri/common/vblank.c')
-rw-r--r-- | src/mesa/drivers/dri/common/vblank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/vblank.c b/src/mesa/drivers/dri/common/vblank.c index 49b22a2dc72..cb98dd0b3a3 100644 --- a/src/mesa/drivers/dri/common/vblank.c +++ b/src/mesa/drivers/dri/common/vblank.c @@ -241,7 +241,7 @@ GLuint driGetDefaultVBlankFlags( const driOptionCache *optionCache ) * the first time the \c drmWaitVBlank fails. If \c drmWaitVBlank is * successful, \c vbl_seq will be set the sequence value in the reply. * - * \param vbl Pointer to drmVBlank packet desribing how to wait. + * \param vbl Pointer to drmVBlank packet describing how to wait. * \param vbl_seq Location to store the current refresh counter. * \param fd File descriptor use to call into the DRM. * \return Zero on success or -1 on failure. |