瀏覽代碼

pgraph: fix typo in comment

rdb 5 年之前
父節點
當前提交
b286780ae6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     // The TransformBlendTable.  This one is the easiest, because we can
     // modify it directly, and it will uniquify blend objects for us.
     // 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
     // since it's a very common case and therefore worth spending a bit of
     // effort to optimize deeply.
     // effort to optimize deeply.