]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/bufferable.h
Comment fixes
[libs/gl.git] / source / core / bufferable.h
index 8bd3f77f021d39e2722f0b8d7e13e5f60ae2a353..53d493a0713d75a7205ede2ecfd04135902c7e15 100644 (file)
@@ -54,7 +54,7 @@ public:
        /** Sets the buffer to use.  If prev is not null, it must use the same
        buffer, and this object is inserted after it.
 
-       Date is not uploaded immediately, but only when refresh() is called. */
+       Data is not uploaded immediately, but only when refresh() is called. */
        void use_buffer(Buffer *, Bufferable *prev = 0);
 
        /** Sets the buffer for the entire chain of objects. */