Add 'make spell' target, fix what it finds. In .go files, only checks comments.

This commit is contained in:
Dan Kegel
2024-04-28 07:54:02 -07:00
committed by Ron Evans
parent da23cdeae4
commit ad0af607ef
7 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ struct AssemblerInvocation {
EmitDwarfUnwindType EmitDwarfUnwind;
// Whether to emit compact-unwind for non-canonical entries.
// Note: maybe overriden by other constraints.
// Note: may be overridden by other constraints.
unsigned EmitCompactUnwindNonCanonical : 1;
/// The name of the relocation model to use.