diff options
author | Dan Kegel <[email protected]> | 2024-08-05 17:11:01 -0700 |
---|---|---|
committer | Dan Kegel <[email protected]> | 2024-08-12 10:44:07 -0700 |
commit | 05f108930daff439f6ffb90819ef6ed43e3dc423 (patch) | |
tree | 2e986fcff6f1b9255f6ee21acb843fabaf19adcc | |
parent | 835e73237e7413b5b71a5fe04f642b1768778c66 (diff) | |
download | tinygo-05f108930daff439f6ffb90819ef6ed43e3dc423.tar.gz tinygo-05f108930daff439f6ffb90819ef6ed43e3dc423.zip |
builder/cc1as.h: fix typo found by 'make spell'
-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 4b22fc3e8..67b97f6cf 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: maybe overriden by other constraints. + // Note: maybe overridden by other constraints. unsigned EmitCompactUnwindNonCanonical : 1; /// The name of the relocation model to use. |