From 4f43ec84c03e44695e60455e31ec980cbde05adf Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 4 May 2005 00:44:36 +0000 Subject: [PATCH] update comment --- panda/src/gobj/qpgeomEnums.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/panda/src/gobj/qpgeomEnums.h b/panda/src/gobj/qpgeomEnums.h index 793fb387f7..45008d228c 100644 --- a/panda/src/gobj/qpgeomEnums.h +++ b/panda/src/gobj/qpgeomEnums.h @@ -39,15 +39,9 @@ PUBLISHED: // data should be stored in. // The hint is provided as a performance optimization only, and does - // not constraing actual usage; although it may be an important + // not constrain actual usage; although it may be an important // optimization. - // In general, the hint may only be specified at the time the data - // object is constructed. If you need to change it, you must create - // a new object (but in many cases you can just assign the same - // internal data pointer to the new object, to keep the same - // client-side memory). - enum UsageHint { // The following are intentionally ordered from most dynamic to // most static. In general, if usage_a < usage_b, then usage_a is