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 in multiple files #175

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

Fix typos in multiple files #175

wants to merge 7 commits into from

Conversation

Pronoss
Copy link

@Pronoss Pronoss commented Feb 5, 2025

  • Fixed typos in fpext.h (both risc0/fp and zirgen/circuit/fib/cxx):

    • construcionconstruction
    • direclydirectly
    • muliplymultiply
  • Corrected typos in inst_ecall.zir:

    • lenghtlength
  • Updated driver.cpp:

    • ocurredoccurred in an internal compiler error message.
  • Fixed lower.cpp:

    • expresionexpression in an MLIR error message.
  • Updated Passes.td:

    • reigstersregisters in a pass description.
  • Corrected table.zir:

    • ComplextTypeDependenceComplexTypeDependence in a function name.

Why This Change?

  • Improves clarity: Ensures comments and error messages are correctly formatted and readable.
  • Prevents potential confusion: Fixes incorrect function names to avoid misinterpretation.
  • Enhances maintainability: Keeping codebase clean from typos ensures better collaboration and understanding.

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