From 47f1eb5c4bf48320b7fccc02d2419917372c2800 Mon Sep 17 00:00:00 2001 From: Mikolaj Golub Date: Sun, 10 Apr 2011 15:11:19 +0000 Subject: [PATCH] Fix a typo in comments. Approved by: pjd (mentor) MFC after: 3 days --- sbin/hastd/activemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/activemap.c b/sbin/hastd/activemap.c index 877cfa2dfa47..2777ac5d28ff 100644 --- a/sbin/hastd/activemap.c +++ b/sbin/hastd/activemap.c @@ -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)