emubd: Renamed lfs_emubd_copy -> lfs_emubd_cpy

For consistency with strcpy/memcpy/lfsr_bd_cpy, though I realize this is
a bit of a weak argument.
This commit is contained in:
Christopher Haster
2025-01-16 14:42:59 -06:00
parent 66f5fa152a
commit adea19101d
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ int lfs_emubd_setpowercycles(const struct lfs_config *cfg,
lfs_emubd_powercycles_t power_cycles);
// Create a copy-on-write copy of the state of this block device
int lfs_emubd_copy(const struct lfs_config *cfg, lfs_emubd_t *copy);
int lfs_emubd_cpy(const struct lfs_config *cfg, lfs_emubd_t *copy);
#ifdef __cplusplus