diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2015-08-31 14:19:25 -0500 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 13:40:20 -0600 |
commit | f7371ae857086cb3c37126819eb0b61c577821cc (patch) | |
tree | 267f6c1907bc8bad7b1d6198510fe5873f7a8bb9 /src | |
parent | 5efb89c9ad438fb2d5b9e79f3c9e3481843bd6fc (diff) | |
download | talos-hostboot-f7371ae857086cb3c37126819eb0b61c577821cc.tar.gz talos-hostboot-f7371ae857086cb3c37126819eb0b61c577821cc.zip |
parseAttributeInfo: Minor typos.
Change-Id: I2fa6893500c064fa30f3f47a4e89bdaf0d9fb2c2
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20254
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/import/hwpf/fapi2/tools/parseAttributeInfo.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseAttributeInfo.pl b/src/import/hwpf/fapi2/tools/parseAttributeInfo.pl index 3eb69b145..0c215e222 100755 --- a/src/import/hwpf/fapi2/tools/parseAttributeInfo.pl +++ b/src/import/hwpf/fapi2/tools/parseAttributeInfo.pl @@ -204,7 +204,7 @@ print ITFILE "# FAPI-ATTR-ID-STR and LAYER-ATTR-ID-STR will be identical\n"; #------------------------------------------------------------------------------ print ETFILE "# attrEnumInfo.csv\n"; print ETFILE "# This file is generated by perl script parseAttributeInfo.pl\n"; -print ETFILE "# It lists information about FAPI attribute enumeratorss and is\n"; +print ETFILE "# It lists information about FAPI attribute enumerators and is\n"; print ETFILE "# used to process FAPI Attribute text files (overrides/syncs)\n"; print ETFILE "# Format:\n"; print ETFILE "# <ENUM-STR>,<ENUM-VAL>\n"; @@ -249,7 +249,7 @@ foreach my $argnum (0 .. $#ARGV) # generated from the attribute name, this ties a specific value to a # specific attribute name. This is done for Cronus so that if a HWP is # not recompiled against a new eCMD/Cronus version where the attributes - # have changed then there will not be a mismatch in enumerator values.i + # have changed then there will not be a mismatch in enumerator values. # Historically in P8, this is a 28bit hash value because the Initfile # compiler has a requirement that the top nibble of the 32 bit attribute # ID be zero to store flags. In P9, this may change because the |