Skip to content

Commit 430334c

Browse files
committed
typo
1 parent f82c9b3 commit 430334c

File tree

1 file changed

+2
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-2
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ struct LdFlags {
7878
/// Allows each step to add C/Cxx flags which are only used for a specific cmake invocation.
7979
#[derive(Debug, Clone, Default)]
8080
struct CcFlags {
81-
/// Addtional values for CMAKE_CC_FLAGS, to be added before all other values.
81+
/// Additional values for CMAKE_CC_FLAGS, to be added before all other values.
8282
cflags: OsString,
83-
/// Addtional values for CMAKE_CXX_FLAGS, to be added before all other values.
83+
/// Additional values for CMAKE_CXX_FLAGS, to be added before all other values.
8484
cxxflags: OsString,
8585
}
8686

0 commit comments

Comments
 (0)