From 3a7b45fea950a38676106ff65bbca3283e587d6a Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Sun, 8 Sep 2019 17:33:38 +0200 Subject: [PATCH] alloc: fix doc syntax --- card10-alloc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card10-alloc/src/lib.rs b/card10-alloc/src/lib.rs index b19f3c0..1cecb6a 100644 --- a/card10-alloc/src/lib.rs +++ b/card10-alloc/src/lib.rs @@ -2,7 +2,7 @@ //! //! 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`. //! //! ## Example -- GitLab