diff options
Diffstat (limited to 'src/mesa/swrast/s_depth.c')
-rw-r--r-- | src/mesa/swrast/s_depth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c index 34897ba931b..0142fe15520 100644 --- a/src/mesa/swrast/s_depth.c +++ b/src/mesa/swrast/s_depth.c @@ -1620,8 +1620,7 @@ _swrast_read_depth_span_float( GLcontext *ctx, /** * Allocate a new depth buffer. If there's already a depth buffer allocated - * it will be free()'d. The new depth buffer will be uniniitalized. - * This function is only called through Driver.alloc_depth_buffer. + * it will be free()'d. The new depth buffer will be uninitialized. */ void _swrast_alloc_depth_buffer( GLframebuffer *buffer ) |