Fix a typo in comments.

Approved by:	pjd (mentor)
MFC after:	3 days
This commit is contained in:
trociny 2011-04-10 15:11:19 +00:00
parent 334d4b863a
commit 4ff6b11c08

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)