]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Mtftp4.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / Mtftp4.h
index b6c54021d405f3b8ee42c08f6dcc2bf17d92103f..ae2dc27b2f85a8f166e4ab6f34aba184a22f16f8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  EFI Multicast Trivial File Tranfer Protocol Definition\r
+  EFI Multicast Trivial File Transfer Protocol Definition\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -212,7 +212,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Timeout callback funtion.\r
+  Timeout callback function.\r
 \r
   @param  This           The pointer to the EFI_MTFTP4_PROTOCOL instance.\r
   @param  Token          The token that is provided in the\r
@@ -313,8 +313,8 @@ EFI_STATUS
   @param  OverrideData Data that is used to override the existing parameters. If NULL,\r
                        the default parameters that were set in the\r
                        EFI_MTFTP4_PROTOCOL.Configure() function are used.\r
-  @param  Filename     The pointer to ASCIIZ file name string.\r
-  @param  ModeStr      The pointer to ASCIIZ mode string. If NULL, "octet" will be used.\r
+  @param  Filename     The pointer to null-terminated ASCII file name string.\r
+  @param  ModeStr      The pointer to null-terminated ASCII mode string. If NULL, "octet" will be used.\r
   @param  OptionCount  Number of option/value string pairs in OptionList.\r
   @param  OptionList   The pointer to array of option/value string pairs. Ignored if\r
                        OptionCount is zero.\r
@@ -542,11 +542,11 @@ struct _EFI_MTFTP4_TOKEN {
   ///\r
   EFI_MTFTP4_OVERRIDE_DATA    *OverrideData;\r
   ///\r
-  /// The pointer to the ASCIIZ file name string.\r
+  /// The pointer to the null-terminated ASCII file name string.\r
   ///\r
   UINT8                       *Filename;\r
   ///\r
-  /// The pointer to the ASCIIZ mode string. If NULL, "octet" is used.\r
+  /// The pointer to the null-terminated ASCII mode string. If NULL, "octet" is used.\r
   ///\r
   UINT8                       *ModeStr;\r
   ///\r