summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 03:47:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 03:47:14 +0000
commit1136412013d76a5cc197a10fcab99da03c642378 (patch)
treedded6e215cb86e60b97154dface8f8bb655b87ff /src
parent911a8bc62cb274b3264bc85ad65f3c8ad03796d9 (diff)
fix typo, update version/date
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/dispatch.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c
index 53376361f7..44586502e4 100644
--- a/src/mesa/main/dispatch.c
+++ b/src/mesa/main/dispatch.c
@@ -1,9 +1,8 @@
-
/*
* Mesa 3-D graphics library
- * Version: 4.1
+ * Version: 6.3
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -25,7 +24,7 @@
/*
- * This file generates all the gl* function entyrpoints.
+ * This file generates all the gl* function entrypoints.
* But if we're using X86-optimized dispatch (X86/glapi_x86.S) then
* we don't use this code.
*