summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 08:44:22 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 08:44:22 +0000
commit55a64ae0f40421a26dee619dbc3f1e8096081a97 (patch)
tree105ddcc448ec377aa13c11bce98876d025116366 /MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
parent81464cf1067b6b1d26679b20104c665e902647c5 (diff)
downloadedk2-55a64ae0f40421a26dee619dbc3f1e8096081a97.zip
edk2-55a64ae0f40421a26dee619dbc3f1e8096081a97.tar.gz
edk2-55a64ae0f40421a26dee619dbc3f1e8096081a97.tar.bz2
unified "iSCSI" in all comments
add . at the end of lines fix 2 file header issues and so on git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7256 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h')
-rw-r--r--MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h b/MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
index ee23378..aa54ad3 100644
--- a/MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
+++ b/MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
@@ -22,7 +22,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gIScsiComponentName2;
extern EFI_COMPONENT_NAME_PROTOCOL gIScsiComponentName;
//
-// EFI Component Name Protocol for IScsi driver.
+// EFI Component Name Protocol for iSCSI driver.
//
/**
@@ -36,7 +36,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL gIScsiComponentName;
then EFI_UNSUPPORTED is returned.
@param[in] This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.
- @param[in] Language A pointer to a three character ISO 639-2 language identifier.
+ @param[in] Language A pointer to a three characters ISO 639-2 language identifier.
This is the language of the driver name that that the caller
is requesting, and it must match one of the languages specified
in SupportedLanguages. The number of languages supported by a
@@ -63,7 +63,7 @@ IScsiComponentNameGetDriverName (
/**
Retrieves a Unicode string that is the user readable name of the controller
- that is being managed by an EFI Driver.Currently not implemented.
+ that is being managed by an EFI Driver. Currently not implemented.
@param[in] This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.
@param[in] ControllerHandle The handle of a controller that the driver specified by
@@ -75,7 +75,7 @@ IScsiComponentNameGetDriverName (
for a bus drivers that wish to retrieve the name of the
bus controller. It will not be NULL for a bus driver
that wishes to retrieve the name of a child controller.
- @param[in] Language A pointer to a three character ISO 639-2 language
+ @param[in] Language A pointer to a three characters ISO 639-2 language
identifier. This is the language of the controller name
that that the caller is requesting, and it must match one
of the languages specified in SupportedLanguages. The
@@ -111,7 +111,7 @@ IScsiComponentNameGetControllerName (
);
//
-// EFI IScsi Initiator Name Protocol for IScsi driver.
+// EFI iSCSI Initiator Name Protocol for IScsi driver.
//
/**