Browse Source

update comment

David Rose 20 years ago
parent
commit
4f43ec84c0
1 changed files with 1 additions and 7 deletions
  1. 1 7
      panda/src/gobj/qpgeomEnums.h

+ 1 - 7
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