microblaze: Tweak comment, fast cases -> common cases
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Wed, 19 Jan 2011 21:48:07 +0000 (22:48 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Wed, 19 Jan 2011 21:48:07 +0000 (22:48 +0100)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/translate.c

index 2e236fb..2673167 100644 (file)
@@ -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) {