diff options
Diffstat (limited to 'builder/cc1as.h')
-rw-r--r-- | builder/cc1as.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/cc1as.h b/builder/cc1as.h index 423a916a3..4b22fc3e8 100644 --- a/builder/cc1as.h +++ b/builder/cc1as.h @@ -93,7 +93,7 @@ struct AssemblerInvocation { EmitDwarfUnwindType EmitDwarfUnwind; // Whether to emit compact-unwind for non-canonical entries. - // Note: may be overridden by other constraints. + // Note: maybe overriden by other constraints. unsigned EmitCompactUnwindNonCanonical : 1; /// The name of the relocation model to use. |