1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-09-30 17:44:21 +03:00

lvm: fix typos

Patch aec5e573af was fixing some
of typos only in generated file, but they need to be fixed in
the source files.
This commit is contained in:
Zdenek Kabelac
2023-02-09 17:05:01 +01:00
parent a1a1439215
commit e3534d0f68
4 changed files with 9 additions and 9 deletions

View File

@@ -2271,7 +2271,7 @@ int lvmcache_update_vgname_and_id(struct cmd_context *cmd, struct lvmcache_info
* vginfo/info. PVs that don't hold VG metadata weren't attached to the vginfo
* during label scan, and PVs with outdated metadata (claiming to be in the VG,
* but not listed in the latest metadata) were attached to the vginfo, but
* shouldn't be. After vg_read() gets the full metdata in the form of a 'vg',
* shouldn't be. After vg_read() gets the full metadata in the form of a 'vg',
* this function is called to fix up the lvmcache representation of the VG
* using the 'vg'.
*/