diff --git a/ctru-rs/src/services/cfgu.rs b/ctru-rs/src/services/cfgu.rs index 0ade817..bc8d986 100644 --- a/ctru-rs/src/services/cfgu.rs +++ b/ctru-rs/src/services/cfgu.rs @@ -58,7 +58,7 @@ impl Cfgu { /// /// ctrulib services are reference counted, so this function may be called /// as many times as desired and the service will not exit until all - /// instances of Fs drop out of scope. + /// instances of Cfgu drop out of scope. pub fn init() -> crate::Result { unsafe { let r = ctru_sys::cfguInit();