1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-01 00:22:02 +03:00

cleanup: spelling

This commit is contained in:
Zdenek Kabelac
2014-02-22 00:23:59 +01:00
parent 710c0df68a
commit 0118d6aa48
2 changed files with 3 additions and 3 deletions

View File

@ -264,9 +264,9 @@ static void _drop_metadata(const char *vgname, int drop_precommitted)
}
/*
* Remote node uses this to upgrade precommited metadata to commited state
* Remote node uses this to upgrade precommitted metadata to commited state
* when receives vg_commit notification.
* (Note that devices can be suspended here, if so, precommited metadata are already read.)
* (Note that devices can be suspended here, if so, precommitted metadata are already read.)
*/
void lvmcache_commit_metadata(const char *vgname)
{