From 6cf9bf36b8c66ad4ea82245d2f3aaffd25dc1c7e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 8 Mar 2018 02:26:15 -0800 Subject: [PATCH] Fix a typo in a comment. --- lib/cretonne/src/isa/enc_tables.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cretonne/src/isa/enc_tables.rs b/lib/cretonne/src/isa/enc_tables.rs index 5154138c1b..7453b7c044 100644 --- a/lib/cretonne/src/isa/enc_tables.rs +++ b/lib/cretonne/src/isa/enc_tables.rs @@ -225,7 +225,7 @@ impl<'a> Encodings<'a> { self.legalize_actions[self.legalize as usize] } - /// Check if the `rpred` recipe predicate s satisfied. + /// Check if the `rpred` recipe predicate is satisfied. fn check_recipe(&self, rpred: RecipePredicate) -> bool { match rpred { Some(p) => p(self.isa_preds, self.inst),