Some comment corrections.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1859 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-08-22 22:52:19 +00:00
parent 29a58df162
commit 26ad842cd4
+4 -4
View File
@@ -61,10 +61,10 @@ getFirstPath0Component(const char *dir,
*endComp = *startComp + strlen(*startComp); *endComp = *startComp + strlen(*startComp);
} }
// gets the next component of path // gets the next component of a path
// '*start' should be set to the start of the last component // '*start' should be set to the start of the last component
// '*end' should be set to the end of the last component // '*end' should be set to the end of the last component
// '*start' will be set to the start of the next componentt // '*start' will be set to the start of the next component
// '*end' will be set to the end of the next component // '*end' will be set to the end of the next component
// if *start >= dirEnd, then the end has been reached. // if *start >= dirEnd, then the end has been reached.
void void
@@ -82,10 +82,10 @@ getNextPathComponent(const char *dirEnd,
*endComp = dirEnd; *endComp = dirEnd;
} }
// gets the next component of path // gets the next component of a path
// '*start' should be set to the start of the last component // '*start' should be set to the start of the last component
// '*end' should be set to the end of the last component // '*end' should be set to the end of the last component
// '*start' will be set to the start of the next componentt // '*start' will be set to the start of the next component
// '*end' will be set to the end of the next component // '*end' will be set to the end of the next component
// if **start == '\0', then the end has been reached. // if **start == '\0', then the end has been reached.
void void