We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db13dea commit 017e792Copy full SHA for 017e792
llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
@@ -296,7 +296,7 @@ class GsymCreator {
296
/// Construct a GsymCreator object.
297
///
298
/// \param Quiet Whether to suppress warning messages
299
- /// \param InputHasMergedFunctions Weather the input might contain merged
+ /// \param InputHasMergedFunctions Whether the input might contain merged
300
/// functions - functions with identical address ranges.
301
GsymCreator(bool Quiet = false, bool InputHasMergedFunctions = false);
302
0 commit comments