diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-19 11:15:44 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-19 11:15:44 +0000 |
commit | fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc (patch) | |
tree | 91be3043660b8ad0cd7d830070f26c4c18526a7a /EdkCompatibilityPkg/Sample/Tools | |
parent | d33ef4e7c6e3374312e64371400c3b47d9359dc0 (diff) | |
download | edk2-platforms-fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc.tar.xz |
Remove unrecognized chars in comment for all source C/h files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Sample/Tools')
-rw-r--r-- | EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c index 7d1fa5e16f..23a8c12845 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c +++ b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c @@ -4562,7 +4562,7 @@ SmartOpen ( if (SmartFile->FileContent != NULL) {
memset (SmartFile->FileContent, 0, FileSize + 1);
//
- // Usually FileLength < FileSize, because in text mode, carriage return¨Clinefeed
+ // Usually FileLength < FileSize, because in text mode, carriage return-linefeed
// combinations are translated into single linefeeds on input
//
SmartFile->FileLength = fread (SmartFile->FileContent, sizeof(char), FileSize, Fptr);
|