From: Brian Paul Date: Sat, 2 Oct 2004 15:56:33 +0000 (+0000) Subject: fix a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbef8c47760425c6e77b57deec8ee52d096040ff;p=mesa.git fix a comment --- diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index fcac0437193..81cf985e6b7 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.1 + * Version: 6.2 * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * @@ -988,7 +988,7 @@ _mesa_apply_rgba_transfer_ops(GLcontext *ctx, GLuint transferOps, /* - * Used to pack an array [][4] of RGBA GLchan colors as specified + * Used to pack an array [][4] of RGBA float colors as specified * by the dstFormat, dstType and dstPacking. Used by glReadPixels, * glGetConvolutionFilter(), etc. */