From Paul Martz, typos and spelling fixes

This commit is contained in:
Robert Osfield
2004-09-07 10:07:11 +00:00
parent 46c830cc12
commit 767b397534
10 changed files with 175 additions and 170 deletions

View File

@@ -19,9 +19,9 @@
namespace osg {
/** Simple buffered value array which is used for values that need to multibuffered on
* one per graphics context basis.*/
/** Implements a simple buffered value for values that need to be buffered on
* a per graphics context basis.
*/
template<class T>
class buffered_value
{