diff options
-rw-r--r-- | sbin/hastd/activemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/activemap.c b/sbin/hastd/activemap.c index 877cfa2..2777ac5 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) |