Spellchecking some comments
This PR attempts to clean up some minor spelling mistakes in comments
This commit is contained in:
parent
600ec28483
commit
7e8201ae0a
48 changed files with 61 additions and 61 deletions
|
@ -340,7 +340,7 @@ impl<'a, 'gcc, 'tcx> IntrinsicCallMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
|
|||
}
|
||||
|
||||
fn assume(&mut self, value: Self::Value) {
|
||||
// TODO(antoyo): switch to asumme when it exists.
|
||||
// TODO(antoyo): switch to assume when it exists.
|
||||
// Or use something like this:
|
||||
// #define __assume(cond) do { if (!(cond)) __builtin_unreachable(); } while (0)
|
||||
self.expect(value, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue