]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/OsPath.c
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Common / OsPath.c
index 07b47f09b4037be0fdadf7ca418cbde9d4b63cbe..b4504a39ef0b58b98f0ba085b502794486312631 100644 (file)
@@ -1,21 +1,14 @@
 /** @file\r
+Functions useful to operate file directories by parsing file path.\r
 \r
-Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
-Module Name:\r
-\r
-  StringFuncs.c\r
-\r
-Abstract:\r
-\r
-  Functions useful to operate file directories by parsing file path.\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -94,7 +87,7 @@ Returns:
   }\r
 \r
   //\r
-  // \r
+  //\r
   //\r
   for (Offset = Length; Offset > 0; Offset--) {\r
     if ((Return[Offset] == '/') || (Return[Offset] == '\\')) {\r
@@ -202,7 +195,7 @@ Returns:
   }\r
 \r
   //\r
-  // \r
+  //\r
   //\r
   for (Offset = Length; Offset > 0; Offset--) {\r
     if ((Return[Offset] == '/') || (Return[Offset] == '\\')) {\r
@@ -235,7 +228,7 @@ Routine Description:
 Arguments:\r
 \r
   OldPath     Path name of replace the final segment\r
-  Peer        The new path name to concatinate to become the peer path\r
+  Peer        The new path name to concatenate to become the peer path\r
 \r
 Returns:\r
 \r