File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696//! Rust string literals are UTF-8 encoded and thus, not compatible with most
9797//! UEFI interfaces. We provide [`CStr16`] and [`CString16`] for proper working
9898//! with UCS-2 strings, including various transformation functions from standard
99- //! Rust strings. You can use [`ctr16 !`] to create UCS-2 string literals at
99+ //! Rust strings. You can use [`cstr16 !`] to create UCS-2 string literals at
100100//! compile time.
101101//!
102102//! ## Tables
215215//! [UEFI]: https://uefi.org/
216216//! [Zulip]: https://rust-osdev.zulipchat.com
217217//! [`GlobalAlloc`]: alloc::alloc::GlobalAlloc
218- //! [`ctr16 !`]: crate::cstr16
218+ //! [`cstr16 !`]: crate::cstr16
219219//! [`entry-macro`]: uefi_macros::entry
220220//! [`r-efi`]: https://crates.io/crates/r-efi
221221//! [`unsafe_protocol`]: proto::unsafe_protocol
You can’t perform that action at this time.
0 commit comments