]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c
Remove unrecognized chars in comment for all source C/h files.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / ProcessDsc / ProcessDsc.c
index 7d1fa5e16f96b8dd87b3e921a72f41c054a64537..23a8c12845f9fb62489d913491e06dee9322ca60 100644 (file)
@@ -4562,7 +4562,7 @@ SmartOpen (
     if (SmartFile->FileContent != NULL) {\r
       memset (SmartFile->FileContent, 0, FileSize + 1);\r
       //\r
-      // Usually FileLength < FileSize, because in text mode, carriage return¨Clinefeed\r
+      // Usually FileLength < FileSize, because in text mode, carriage return-linefeed\r
       // combinations are translated into single linefeeds on input\r
       //       \r
       SmartFile->FileLength = fread (SmartFile->FileContent, sizeof(char), FileSize, Fptr);\r