From f7a6943fff1aac8640351414ac00d643d55ef262 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 17 Jul 2021 14:10:19 +0100 Subject: [PATCH] zcoord: Fix typo in comment Signed-off-by: Ian Jackson --- base/zcoord.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/zcoord.rs b/base/zcoord.rs index 0cdf0572..0b3deac5 100644 --- a/base/zcoord.rs +++ b/base/zcoord.rs @@ -402,7 +402,7 @@ impl Mutable { if avail < 2 { // Only 1 difference in this limb and the next. We are - // goint to have to borrow, and, later, add with carry. + // going to have to borrow, and, later, add with carry. borrowing = true; continue; } -- 2.30.2