Browse Source

pgraph: fix typo in comment

rdb 5 years ago
parent
commit
b286780ae6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/geomTransformer.cxx

+ 1 - 1
panda/src/pgraph/geomTransformer.cxx

@@ -1338,7 +1338,7 @@ append_vdata(const GeomVertexData *vdata, int vertex_offset) {
     // The TransformBlendTable.  This one is the easiest, because we can
     // modify it directly, and it will uniquify blend objects for us.
 
-    // We have few special optimizations to handle the TransformBlendTable,
+    // We have a few special optimizations to handle the TransformBlendTable,
     // since it's a very common case and therefore worth spending a bit of
     // effort to optimize deeply.