From 28401f7bb749350a66ebe95649d01a25c01842f7 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 29 Jul 2010 16:20:45 +0000 Subject: Spell check all source files once again to find any typos. --- Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h') diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h index 4e9aa76f4..43ba78403 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------- -/ PFF - Low level disk interface modlue include file (C)ChaN, 2010 +/ PFF - Low level disk interface module include file (C)ChaN, 2010 /-----------------------------------------------------------------------*/ #ifndef _DISKIO @@ -15,7 +15,7 @@ typedef BYTE DSTATUS; typedef enum { RES_OK = 0, /* 0: Function succeeded */ RES_ERROR, /* 1: Disk error */ - RES_STRERR, /* 2: Seream error */ + RES_STRERR, /* 2: Stream error */ RES_NOTRDY, /* 3: Not ready */ RES_PARERR /* 4: Invalid parameter */ } DRESULT; -- cgit v1.2.3