chiark / gitweb /
zcoord: Fix typo in comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Jul 2021 13:10:19 +0000 (14:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Jul 2021 13:10:36 +0000 (14:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
base/zcoord.rs

index 0cdf0572cf4fb45d9767715d11e6319ee26b10da..0b3deac5f4bf667faac3a8e037cf0d9663e9a1a6 100644 (file)
@@ -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;
       }