Author: philip
Date: Tue Aug  6 11:04:59 2013
New Revision: 1510901

URL: http://svn.apache.org/r1510901
Log:
On fsfs-improvements branch: Fix typo in comment.

* subversion/libsvn_fs_fs/fs.h (struct pair_cache_key_t): Typo.

Modified:
    subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/fs.h

Modified: subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/fs.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/fs.h?rev=1510901&r1=1510900&r2=1510901&view=diff
==============================================================================
--- subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/fs.h 
(original)
+++ subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/fs.h Tue Aug  
6 11:04:59 2013
@@ -223,7 +223,7 @@ typedef struct fs_fs_dag_cache_t fs_fs_d
 /* Key type for all caches that use revision + offset / counter as key.
 
    NOTE: always initialize this using calloc() or '= {0};'!  This is used
-   as a cahe key and the padding bytes on 32 bit archs should be zero for
+   as a cache key and the padding bytes on 32 bit archs should be zero for
    cache effectiveness. */
 typedef struct pair_cache_key_t
 {


Reply via email to