diff --git a/src/static/tool/3.38.9.patch b/src/static/tool/3.38.9.patch index e014ff1..c9090e7 100644 --- a/src/static/tool/3.38.9.patch +++ b/src/static/tool/3.38.9.patch @@ -416,7 +416,7 @@ index fdbfbfdca2e..ac2f5dbefb8 100644 /// Whether UIScene migration is enabled. bool get isUISceneMigrationEnabled; -+ /// Wether riscv64 support is enabled. ++ /// Whether riscv64 support is enabled. + bool get isRiscv64SupportEnabled; + /// Whether a particular feature is enabled for the current channel. @@ -434,7 +434,7 @@ index fdbfbfdca2e..ac2f5dbefb8 100644 stable: FeatureChannelSetting(available: true), ); -+/// The [Feature] for building code targetting riscv64 architecture ++/// The [Feature] for building code targeting riscv64 architecture +const riscv64 = Feature( + name: 'support for riscv64 architecture', + configSetting: 'enable-riscv64',