mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 02:50:09 +01:00
fix comment
This commit is contained in:
parent
edf07417be
commit
ef82f004fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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 memcpy() or bzero() */
|
||||
/** Wrapper around either memset() or bzero() */
|
||||
void
|
||||
_mesa_bzero( void *dst, size_t n )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue