From 54d4382c046c5be5af60e0a421fed2fb93e2f707 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Mon, 16 Sep 2024 18:24:34 -0400 Subject: [PATCH] Fix comment typo --- avida-core/source/actions/DriverActions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avida-core/source/actions/DriverActions.cc b/avida-core/source/actions/DriverActions.cc index 903674c31..7b53aaee3 100644 --- a/avida-core/source/actions/DriverActions.cc +++ b/avida-core/source/actions/DriverActions.cc @@ -252,7 +252,7 @@ class cActionExitDemeResources : public cAction { class cActionSetRandomSeed : public cAction { public: - /*! Constructor; parse out the number of replications. + /*! Constructor; parse out the seed. */ cActionSetRandomSeed(cWorld* world, const cString& args, Feedback&) : cAction(world, args) { cString largs(args);