[gas/ChangeLog]
[deliverable/binutils-gdb.git] / gas / config / tc-i370.c
index 7854687fcbed86251250414e510fc6aafc96d594..de092b2b2990c7d6a81f51b587a7f3855b8917d3 100644 (file)
@@ -316,7 +316,7 @@ reg_name_search (regs, regcount, name)
  *
  * in:        Input_line_pointer points to 1st char of operand.
  *
- * out:        A expressionS.
+ * out:        An expressionS.
  *      The operand may have been a register: in this case, X_op == O_register,
  *      X_add_number is set to the register number, and truth is returned.
  *        Input_line_pointer->(next non-blank) char after operand, or is in its
@@ -2183,7 +2183,7 @@ md_assemble (str)
             }
         }
 
-      /* check for a address constant expression */
+      /* Check for an address constant expression.  */
       /* We will put PSW-relative addresses in the text section,
        * and adress literals in the .data (or other) section.  */
       else if (i370_addr_cons (&ex))
This page took 0.024522 seconds and 4 git commands to generate.