You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/11/25 19:41:52 UTC

svn commit: r1039134 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

Author: stsp
Date: Thu Nov 25 18:41:52 2010
New Revision: 1039134

URL: http://svn.apache.org/viewvc?rev=1039134&view=rev
Log:
* subversion/libsvn_diff/parse-diff.c: Typo in comment.

Modified:
    subversion/trunk/subversion/libsvn_diff/parse-diff.c

Modified: subversion/trunk/subversion/libsvn_diff/parse-diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/parse-diff.c?rev=1039134&r1=1039133&r2=1039134&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/parse-diff.c (original)
+++ subversion/trunk/subversion/libsvn_diff/parse-diff.c Thu Nov 25 18:41:52 2010
@@ -1040,7 +1040,7 @@ git_move_from(enum parse_state *new_stat
   return SVN_NO_ERROR;
 }
 
-/* Parse the 'rename to ' line fo a git extended unidiff. */
+/* Parse the 'rename to ' line of a git extended unidiff. */
 static svn_error_t *
 git_move_to(enum parse_state *new_state, const char *line, svn_patch_t *patch,
             apr_pool_t *result_pool, apr_pool_t *scratch_pool)