Date: Sun, 10 Apr 2011 15:11:19 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r220521 - head/sbin/hastd Message-ID: <201104101511.p3AFBJG5051834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104101511.p3AFBJG5051834>