Jit: Corrected typos in various files.
This commit fixes typos in the JIT compiler's code and documentation.
This commit addresses typos in both the code and documentation of the GCC JIT (Just-In-Time) compiler. These corrections improve the readability and clarity of the codebase and documentation, enhancing the developer experience. While minor, such improvements contribute to a more maintainable project.
In Details
This commit corrects typos across various files in the GCC JIT compiler, including documentation files (.rst) and source files like jit-builtins.cc and libgccjit.h. The GCC JIT compiler allows developers to generate machine code at runtime.
For Context
A Just-In-Time (JIT) compiler translates code into machine code during program execution, rather than before execution like a traditional compiler. This allows for dynamic optimization based on runtime conditions. This commit fixes typos within the GCC JIT compiler's code and documentation, improving readability and maintainability.