Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #2422

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

teenager-ETH
Copy link

Pull Request - Typo Fixes

Description

This pull request fixes multiple typos across several files in the codebase. The changes made are:

  1. big.go

    • Fixed the typo in a comment:
      • Original: "Continously verify that the common values have not been overwritten."
      • Fixed: "Continuously verify that the common values have not been overwritten."
  2. core.go

    • Fixed the typo in a comment:
      • Original: "Retry counter for a block is less than this number, then its put in the special list."
      • Fixed: "Retry counter for a block is less than this number, then it's put in the special list."
  3. databases_64bit.go

    • Fixed the typo in a comment:
      • Original: "Pebble is unsuported on 32bit architecture."
      • Fixed: "Pebble is unsupported on 32bit architecture."

Files Modified

  1. common/big.go

    • Line 81: Comment typo fix.
  2. core/core.go

    • Line 42: Comment typo fix.
  3. core/rawdb/databases_64bit.go

    • Line 25: Comment typo fix.

Changes Summary

  • common/big.go: 1 addition & 1 deletion (comment fix)
  • core/core.go: 1 addition & 1 deletion (comment fix)
  • core/rawdb/databases_64bit.go: 1 addition & 1 deletion (comment fix)

Motivation

  • The changes aim to improve readability and correctness of comments in the codebase.

Checklist

  • Code follows the project’s style guidelines.
  • Tests have been updated (if applicable).
  • Documentation has been updated (if applicable).
  • Change log has been updated (if applicable).
  • All existing tests passed.

Related Issues

  • None.

Author: @teenager-ETH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant