On Jul 15, 2013, at 16:12, Eric Sunshine wrote:
On Mon, Jul 15, 2013 at 5:51 AM, Kyle J. McKay <mack...@gmail.com> wrote:
+static int append_normalized_escapes(struct strbuf *buf,
+                                    const char *from,
+                                    size_t from_len,
+                                    const char *esc_extra,
+                                    const char *esc_ok)
+{
+       /*
+ * Append to strbuf buf characters from string from with length from_len

s/from string from/from string/

Hmmm. Actually it's meant to say "from string <parameter with name from>".

Do quotes make it read better:

  from string `from'

Or do you think it needs to be:

  from string parameter `from'
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to