From b12c09f77928a3034a3b79007485c06d11cbcfef Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 1 Feb 2013 18:08:39 -0800 Subject: [PATCH] action: fix incorrect comment --- action.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.cc b/action.cc index acecd5a..bb2b282 100644 --- a/action.cc +++ b/action.cc @@ -542,7 +542,7 @@ void ModelAction::print() const model_print("\n"); } -/** @brief Print nicely-formatted info about this ModelAction */ +/** @brief Get a (likely) unique hash for this ModelAction */ unsigned int ModelAction::hash() const { unsigned int hash = (unsigned int)this->type; -- 2.34.1