From e3c2b875361c957c0c73d9f0e5c645b6ea977213 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 26 Dec 2013 18:52:30 -0600 Subject: [PATCH] Fix a comment typo. --- btcec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcec.go b/btcec.go index 28822728..05554266 100644 --- a/btcec.go +++ b/btcec.go @@ -27,7 +27,7 @@ import ( // https://bitcointalk.org/index.php?topic=155054.0;all var ( - // fieldOne is simple the integer 1 in field representation. It is + // fieldOne is simply the integer 1 in field representation. It is // used to avoid needing to create it multiple times during the internal // arithmetic. fieldOne = new(fieldVal).SetInt(1)