NetworkPkg: Fix typos in comments

- abstrated to abstracted
- apropriate to appropriate
- availabe to available
- ptototypes to prototypes
- prococol protocol

Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
This commit is contained in:
Giri P Mudusuru
2016-07-08 14:21:06 +08:00
committed by Liming Gao
parent b88df76120
commit c2adf51f00
12 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
/** @file
The prototype of driver binding and service binding protocol for TCP driver.
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -238,7 +238,7 @@ TcpDestroySocketCallback (
);
//
// Function ptototypes for the ServiceBinding Prococol
// Function prototypes for the ServiceBinding Protocol
//
/**