1
Fork 0

Auto merge of #84334 - klensy:typo-compiler, r=jyn514

fix few typos in comments
This commit is contained in:
bors 2021-04-20 00:16:45 +00:00
commit e888a57da8
32 changed files with 39 additions and 39 deletions

View file

@ -73,8 +73,8 @@ mod attr_impl {
}
/// Sometimes an ABI requires small integers to be extended to a full or partial register. This enum
/// defines if this extension should be zero-extension or sign-extension when necssary. When it is
/// not necesary to extend the argument, this enum is ignored.
/// defines if this extension should be zero-extension or sign-extension when necessary. When it is
/// not necessary to extend the argument, this enum is ignored.
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
pub enum ArgExtension {
None,