Fix typos in various gcc/[o-r]* files
Corrects typos in multiple GCC source files, specifically those under the `gcc/` directory with names starting from 'o' to 'r'.
This commit addresses typo corrections within a selection of GCC source files, enhancing code readability and maintainability. The changes span across object-c runtime, OpenMP, vectorization, plugin support, and pointer analysis.
In Details
This commit fixes typos across multiple files in gcc/ whose names start with letters o through r, and in gcc/objc/. Files span objc runtime, OpenMP, optabs, options, pair fusion, passes, path coverage, plugin, pointer query, poly-int, postreload-gcse, predict.
For Context
This commit fixes typos in the GCC compiler's source code. These files are involved in diverse aspects of the compilation process, including language-specific features (like Objective-C), parallel processing (OpenMP), and various optimization techniques. Correcting these typos enhances the clarity and quality of the overall GCC codebase.