From b286780ae68432db4b604746a13ce8892a54f7ae Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 30 Mar 2020 13:56:55 +0200 Subject: [PATCH] pgraph: fix typo in comment --- panda/src/pgraph/geomTransformer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/geomTransformer.cxx b/panda/src/pgraph/geomTransformer.cxx index fe6b022d2d..a150f6ff4a 100644 --- a/panda/src/pgraph/geomTransformer.cxx +++ b/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.