From c920d201c23f1ff1dfba06d3827e5a0e0d756283 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 23 Jan 2007 17:41:25 -0700 Subject: [PATCH] updated comment --- src/mesa/shader/prog_instruction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index c015620..83e8d70 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -26,8 +26,7 @@ /** * \file prog_instruction.h * - * Private vertex program types and constants only used by files - * related to vertex programs. + * Vertex/fragment program instruction datatypes and constants. * * \author Brian Paul * \author Keith Whitwell -- 2.7.4