projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf0741
)
fix comment
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 12 Jun 2007 21:08:43 +0000
(15:08 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 12 Jun 2007 21:08:43 +0000
(15:08 -0600)
src/mesa/main/imports.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index ca5f079f72a4ae75e7d8fa965b19c77f390f60dd..8a5dfdb4b80e3ccffd9ad89f49e69aec0a61690f 100644
(file)
--- a/
src/mesa/main/imports.c
+++ b/
src/mesa/main/imports.c
@@
-20,7
+20,7
@@
/*
* Mesa 3-D graphics library
- * Version: 7.
0
+ * Version: 7.
1
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
@@
-254,7
+254,7
@@
_mesa_memset16( unsigned short *dst, unsigned short val, size_t n )
*dst++ = val;
}
-/** Wrapper around either mem
cpy
() or bzero() */
+/** Wrapper around either mem
set
() or bzero() */
void
_mesa_bzero( void *dst, size_t n )
{