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 2011/02/06 16:05:29 UTC

svn commit: r1067680 - /subversion/trunk/subversion/libsvn_subr/adler32.c

Author: stefan2
Date: Sun Feb  6 15:05:29 2011
New Revision: 1067680

URL: http://svn.apache.org/viewvc?rev=1067680&view=rev
Log:
Fix copy'n'pasto in file header comment.
* subversion/libsvn_subr/adler32.c: fix comment

Modified:
    subversion/trunk/subversion/libsvn_subr/adler32.c

Modified: subversion/trunk/subversion/libsvn_subr/adler32.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/adler32.c?rev=1067680&r1=1067679&r2=1067680&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/adler32.c (original)
+++ subversion/trunk/subversion/libsvn_subr/adler32.c Sun Feb  6 15:05:29 2011
@@ -1,5 +1,5 @@
 /*
- * adler32.c :  routines for doing diffs
+ * adler32.c :  routines for handling Adler-32 checksums
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one