From 6094bbcd7544575f5d80373120a69bb6ec7a9a2d Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 1 Mar 2008 19:48:26 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2932 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/uio/gphys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/uio/gphys.c b/sc2/src/sc2code/libs/uio/gphys.c index ecb89416a..c9136b89c 100644 --- a/sc2/src/sc2code/libs/uio/gphys.c +++ b/sc2/src/sc2code/libs/uio/gphys.c @@ -205,7 +205,7 @@ uio_GPDir_getPDirEntryHandle(const uio_PDirHandle *pDirHandle, * where you ended up, and 'pathRest' will point into the original path. to * the beginning of the part that was not matched. * It is allowed to have endGPDir point to gPDir and/or restPath - * point to path when calling this function.i + * point to path when calling this function. * returns: 0 if the complete path was matched * ENOENT if some component (the next one) didn't exists * ENODIR if a component (the next one) exists but isn't a dir