fix comment

This commit is contained in:
Brian 2007-06-12 15:08:43 -06:00
parent edf07417be
commit ef82f004fa

View file

@ -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 )
{