Fix a typo in comments.

Approved by:	pjd (mentor)
MFC after:	3 days
This commit is contained in:
Mikolaj Golub 2011-04-10 15:11:19 +00:00
parent d4aac54c51
commit 47f1eb5c4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220521

View File

@ -470,7 +470,7 @@ activemap_copyin(struct activemap *amp, const unsigned char *buf, size_t size)
}
/*
* 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)