A comment uses the wrong parameter name.  Fixed in this commit.
gdb/ChangeLog:
	* valops.c (value_repeat): Fix incorrect argument name in comment.
+2020-09-16  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * valops.c (value_repeat): Fix incorrect argument name in comment.
+
 2020-09-16  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * ada-lang.c (ada_language_data): Remove c_style_arrays
 
   return val;
 }
 
-/* Extend a value VAL to COUNT repetitions of its type.  */
+/* Extend a value ARG1 to COUNT repetitions of its type.  */
 
 struct value *
 value_repeat (struct value *arg1, int count)