diff --git a/core-primitives/settings/src/lib.rs b/core-primitives/settings/src/lib.rs index 3b830b04d7..0066558cd0 100644 --- a/core-primitives/settings/src/lib.rs +++ b/core-primitives/settings/src/lib.rs @@ -48,7 +48,7 @@ pub mod files { /// Path to the light-client db for the Target A parentchain. pub const TARGET_A_PARENTCHAIN_LIGHT_CLIENT_DB_PATH: &str = "target_a_lcdb"; - /// Path to the light-client db for the Target A parentchain. + /// Path to the light-client db for the Target B parentchain. pub const TARGET_B_PARENTCHAIN_LIGHT_CLIENT_DB_PATH: &str = "target_b_lcdb"; pub const RA_DUMP_CERT_DER_FILE: &str = "ra_dump_cert.der";