From 7ec8c920a7598da2d0ce66edcdba9336d747bc03 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 6 Oct 2006 23:01:42 +0000 Subject: [PATCH] fix typo in comment --- panda/src/display/graphicsStateGuardian.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/graphicsStateGuardian.cxx b/panda/src/display/graphicsStateGuardian.cxx index 879629cb41..68ba94c7b7 100644 --- a/panda/src/display/graphicsStateGuardian.cxx +++ b/panda/src/display/graphicsStateGuardian.cxx @@ -617,7 +617,7 @@ get_geom_munger(const RenderState *state, Thread *current_thread) { } } - // Nope, we have to loop up in the map. + // Nope, we have to look it up in the map. RenderState::Mungers::const_iterator mi = state->_mungers.find(this); if (mi != state->_mungers.end() && !(*mi).first.was_deleted()) { ((RenderState *)state)->_last_mi = mi;