From: Ian Jackson Date: Sat, 17 Jul 2021 13:10:19 +0000 (+0100) Subject: zcoord: Fix typo in comment X-Git-Tag: otter-0.7.2~57 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f7a6943fff1aac8640351414ac00d643d55ef262;p=otter.git zcoord: Fix typo in comment Signed-off-by: Ian Jackson --- 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; }