Skip to content

Commit b304b65

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#24359: doc: Fix typos
ba4906f doc: Fix typos (Taeik Lim) Pull request description: Fix typos. ACKs for top commit: prayank23: ACK bitcoin/bitcoin@ba4906f Zero-1729: crACK ba4906f jonatack: ACK ba4906f Tree-SHA512: 63ae44e97c0bf9530dce974df58f2ec0ea95dc03168f54e26342d741adf6b6914e2dedac7db1737bba0d419c58bdc648d46715e896200e613b0764352f76f76a
2 parents 1e8aa02 + ba4906f commit b304b65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/crypto/sha256_arm_shani.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void Transform(uint32_t* s, const unsigned char* chunk, size_t blocks)
6262
MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(chunk + 48)));
6363
chunk += 64;
6464

65-
// Original implemenation preloaded message and constant addition which was 1-3% slower.
65+
// Original implementation preloaded message and constant addition which was 1-3% slower.
6666
// Now included as first step in quad round code saving one Q Neon register
6767
// "TMP0 = vaddq_u32(MSG0, vld1q_u32(&K[0]));"
6868

src/node/blockstorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ bool BlockManager::LoadBlockIndex(
295295
// them from the background chainstate's setBlockIndexCandidates set. This
296296
// does mean that some blocks which are not technically assumed-valid
297297
// (later blocks on a fork beginning before the first assumed-valid block)
298-
// might not get added to the the background chainstate, but this is ok,
298+
// might not get added to the background chainstate, but this is ok,
299299
// because they will still be attached to the active chainstate if they
300300
// actually contain more work.
301301
//

src/wallet/test/wallet_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ BOOST_AUTO_TEST_CASE(LoadReceiveRequests)
426426

427427
// Test some watch-only LegacyScriptPubKeyMan methods by the procedure of loading (LoadWatchOnly),
428428
// checking (HaveWatchOnly), getting (GetWatchPubKey) and removing (RemoveWatchOnly) a
429-
// given PubKey, resp. its corresponding P2PK Script. Results of the the impact on
429+
// given PubKey, resp. its corresponding P2PK Script. Results of the impact on
430430
// the address -> PubKey map is dependent on whether the PubKey is a point on the curve
431431
static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey)
432432
{

0 commit comments

Comments
 (0)