From: Christopher H. <ch...@us...> - 2003-01-27 20:45:11
|
Update of /cvsroot/blob/blob/include/blob In directory sc8-pr-cvs1:/tmp/cvs-serv11388 Modified Files: partition.h Log Message: fix typo. Index: partition.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/partition.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- partition.h 27 Jan 2003 20:42:32 -0000 1.5 +++ partition.h 27 Jan 2003 20:45:00 -0000 1.6 @@ -61,7 +61,7 @@ #define BLOB_PART_NAMELEN (32) #define BLOB_PART_OFS_APPEND ((u32) -1) /* append to previous */ -#define BLOB_PART_SIZ_FULL ((u32) -1) /* use remaing flash */ +#define BLOB_PART_SIZ_FULL ((u32) -1) /* use remaining flash */ typedef struct { /* generic (i.e.: blob independent) data */ |