X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbufferable.h;h=53d493a0713d75a7205ede2ecfd04135902c7e15;hb=e98188ff6c9bba9761b71f2a69f3be7eb89ba3da;hp=8bd3f77f021d39e2722f0b8d7e13e5f60ae2a353;hpb=e70662d7812464159f2e47f4bebb69d88f89ae93;p=libs%2Fgl.git diff --git a/source/core/bufferable.h b/source/core/bufferable.h index 8bd3f77f..53d493a0 100644 --- a/source/core/bufferable.h +++ b/source/core/bufferable.h @@ -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. */