From 9ef55357634d57331243c780439efc596c8d460d Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Wed, 19 Jan 2011 22:48:07 +0100 Subject: [PATCH] microblaze: Tweak comment, fast cases -> common cases Signed-off-by: Edgar E. Iglesias --- target-microblaze/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c index 2e236fb844..2673167d5f 100644 --- a/target-microblaze/translate.c +++ b/target-microblaze/translate.c @@ -788,7 +788,7 @@ static inline TCGv *compute_ldst_addr(DisasContext *dc, TCGv *t) { unsigned int extimm = dc->tb_flags & IMM_FLAG; - /* Treat the fast cases first. */ + /* Treat the common cases first. */ if (!dc->type_b) { /* If any of the regs is r0, return a ptr to the other. */ if (dc->ra == 0) {