From: Brian Norris Date: Sat, 2 Feb 2013 02:08:39 +0000 (-0800) Subject: action: fix incorrect comment X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=commitdiff_plain;h=b12c09f77928a3034a3b79007485c06d11cbcfef action: fix incorrect comment --- diff --git a/action.cc b/action.cc index acecd5a6..bb2b282a 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;