Skip to content

Commit

Permalink
typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Feb 17, 2011
1 parent f7c8abd commit abbff52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/commands/mr.h
Expand Up @@ -54,7 +54,7 @@ namespace mongo {
virtual void init( State * state ) = 0;

virtual BSONObj reduce( const BSONList& tuples ) = 0;
/** this means its a fianl reduce, even if there is no finalizer */
/** this means its a final reduce, even if there is no finalizer */
virtual BSONObj finalReduce( const BSONList& tuples , Finalizer * finalizer ) = 0;
};

Expand All @@ -67,7 +67,7 @@ namespace mongo {
class JSFunction : boost::noncopyable {
public:
/**
* @param type (map|reduce|finalzie)
* @param type (map|reduce|finalize)
*/
JSFunction( string type , const BSONElement& e );
virtual ~JSFunction() {}
Expand Down

0 comments on commit abbff52

Please sign in to comment.