[PVFS2-CVS]
commit by rbross in pvfs2/src/client/sysint: client-state-machine.h
CVS commit program
cvs at parl.clemson.edu
Thu Feb 12 18:25:28 EST 2004
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv11382/src/client/sysint
Modified Files:
client-state-machine.h
Log Message:
Spelling fixes, misc. stuff.
Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.h,v
diff -p -u -r1.77 -r1.78
--- client-state-machine.h 8 Jan 2004 19:33:06 -0000 1.77
+++ client-state-machine.h 12 Feb 2004 23:25:28 -0000 1.78
@@ -319,7 +319,7 @@ typedef struct PINT_client_sm {
* can determine what finally happened
*/
int comp_ct; /* used to keep up with completion of multiple
- * jobs for some some states; typically set and
+ * jobs for some states; typically set and
* then decremented to zero as jobs complete */
int ncache_hit; /* set if last segment lookup was from ncache */
@@ -335,7 +335,7 @@ typedef struct PINT_client_sm {
/* msgpair array ptr used when operations can be performed concurrently.
* obviously this has to be allocated within the upper-level state
- * machine. used with msgpairs substate typically.
+ * machine. used with msgpairarray substate typically.
*/
int msgarray_count;
PINT_client_sm_msgpair_state *msgarray;
More information about the PVFS2-CVS
mailing list