You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/03/19 11:36:26 UTC

svn commit: r1302361 - /subversion/trunk/subversion/libsvn_fs_fs/fs.h

Author: danielsh
Date: Mon Mar 19 10:36:25 2012
New Revision: 1302361

URL: http://svn.apache.org/viewvc?rev=1302361&view=rev
Log:
* subversion/libsvn_fs_fs/fs.h: Typo fix in comment.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/fs.h

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs.h?rev=1302361&r1=1302360&r2=1302361&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs.h (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs.h Mon Mar 19 10:36:25 2012
@@ -256,7 +256,7 @@ typedef struct fs_fs_data_t
   /* If set, there are or have been more than one concurrent transaction */
   svn_boolean_t concurrent_transactions;
 
-  /* Tempoary cache for changed directories yet to be committed; maps from
+  /* Temporary cache for changed directories yet to be committed; maps from
      unparsed FS ID to ###x.  NULL outside transactions. */
   svn_cache__t *txn_dir_cache;