Skip to content
Snippets Groups Projects
Commit 3a7b45fe authored by Astro's avatar Astro :gear:
Browse files

alloc: fix doc syntax

parent 08938310
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
//! //!
//! Reproduces l0dable hardware.c's `_sbrk()` //! Reproduces l0dable hardware.c's `_sbrk()`
//! //!
//! Unfortunately, we cannot link _sbrk()` directly because it //! Unfortunately, we cannot link `_sbrk()` directly because it
//! references the unwieldy `errno`. //! references the unwieldy `errno`.
//! //!
//! ## Example //! ## Example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment