From 1aa16412e78ed6aad35c5818cbc6ce20e070454a Mon Sep 17 00:00:00 2001 From: Albert Yale Date: Fri, 27 Jun 2014 16:34:45 -0700 Subject: [PATCH] Fix comment --- liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.h b/liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.h index 907af35bd..50709779f 100644 --- a/liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.h +++ b/liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.h @@ -512,7 +512,7 @@ class b2ParticleSystem /// Distribute a force across several particles. The particles must not be /// wall particles. Note that the force is distributed across all the /// particles, so calling this function for indices 0..N is not the same as - /// calling ApplyForce(i, force) for i in 0..N. + /// calling ParticleApplyForce(i, force) for i in 0..N. /// @param firstIndex the first particle to be modified. /// @param lastIndex the last particle to be modified. /// @param force the world force vector, usually in Newtons (N).