svn commit: r220521 - head/sbin/hastd

Mikolaj Golub trociny at FreeBSD.org
Sun Apr 10 15:11:19 UTC 2011


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)


More information about the svn-src-all mailing list