summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-03-15 21:57:31 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-03-15 21:57:31 +0000
commit95764262a7f2dfda761a0dbd87c3d9b12df0d534 (patch)
tree68a5f688a05fcc0a06aa4dfe262154656c62f434 /src/mesa/shader/program.h
parent0c25d9ab198f79afee23ec1bf8ac61c4cd801d3a (diff)
Fixed a minor typo in the comment near _mesa_copy_instructions.
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index 6f5013df35..7746289621 100644
--- a/src/mesa/shader/program.h
+++ b/src/mesa/shader/program.h
@@ -129,7 +129,7 @@ _mesa_realloc_instructions(struct prog_instruction *oldInst,
GLuint numOldInst, GLuint numNewInst);
extern struct prog_instruction *
-_mesa_copy_instructions(struct prog_instruction *dest,
+_mesa_copy_instructions (struct prog_instruction *dest,
const struct prog_instruction *src, GLuint n);
/**