Author: trociny Date: Sun Apr 10 15:11:19 2011 New Revision: 220521 URL: http://svn.freebsd.org/changeset/base/220521
Log: Fix a typo in comments. Approved by: pjd (mentor) MFC after: 3 days Modified: head/sbin/hastd/activemap.c Modified: head/sbin/hastd/activemap.c ============================================================================== --- head/sbin/hastd/activemap.c Sun Apr 10 15:07:54 2011 (r220520) +++ head/sbin/hastd/activemap.c Sun Apr 10 15:11:19 2011 (r220521) @@ -470,7 +470,7 @@ activemap_copyin(struct activemap *amp, } /* - * Function merges the given bitmap with existng one. + * Function merges the given bitmap with existing one. */ void activemap_merge(struct activemap *amp, const unsigned char *buf, size_t size) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
