@@ -17,7 +17,7 @@ pub use self::target_info::{
17
17
FileFlavor , FileType , RustDocFingerprint , RustcTargetData , TargetInfo ,
18
18
} ;
19
19
20
- /// The build context, containing complete infomration needed for a build task
20
+ /// The build context, containing complete information needed for a build task
21
21
/// before it gets started.
22
22
///
23
23
/// It is intended that this is mostly static information. Stuff that mutates
@@ -145,7 +145,7 @@ impl<'a, 'cfg> BuildContext<'a, 'cfg> {
145
145
/// Extra compiler flags to pass to `rustc` for a given unit.
146
146
///
147
147
/// Although it depends on the caller, in the current Cargo implementation,
148
- /// these flags take precendence over those from [`BuildContext::extra_args_for`].
148
+ /// these flags take precedence over those from [`BuildContext::extra_args_for`].
149
149
///
150
150
/// As of now, these flags come from environment variables and configurations.
151
151
/// See [`TargetInfo.rustflags`] for more on how Cargo collects them.
@@ -158,7 +158,7 @@ impl<'a, 'cfg> BuildContext<'a, 'cfg> {
158
158
/// Extra compiler flags to pass to `rustdoc` for a given unit.
159
159
///
160
160
/// Although it depends on the caller, in the current Cargo implementation,
161
- /// these flags take precendence over those from [`BuildContext::extra_args_for`].
161
+ /// these flags take precedence over those from [`BuildContext::extra_args_for`].
162
162
///
163
163
/// As of now, these flags come from environment variables and configurations.
164
164
/// See [`TargetInfo.rustdocflags`] for more on how Cargo collects them.
0 commit comments