diff options
| author | Matt K. Light <mklight@us.ibm.com> | 2016-01-21 10:47:42 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-02-22 10:51:46 -0600 |
| commit | 060324944d7891e5cc79c880b38bb5011c7a9138 (patch) | |
| tree | cac78d19b1665a8c99484b1dc2203b970ab0b5ae /src/import/hwpf/fapi2/include | |
| parent | 9906346524d3794051ab6e728fa47f6580049c07 (diff) | |
| download | talos-hostboot-060324944d7891e5cc79c880b38bb5011c7a9138.tar.gz talos-hostboot-060324944d7891e5cc79c880b38bb5011c7a9138.zip | |
fixed typo in getChildren() filtered doxygen
Change-Id: Id62ebd1225aee104669c1d3e3911573972a2b7bc
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23487
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24540
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
| -rw-r--r-- | src/import/hwpf/fapi2/include/fapi2_target.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_target.H b/src/import/hwpf/fapi2/include/fapi2_target.H index 0d4bd5715..85a382242 100644 --- a/src/import/hwpf/fapi2/include/fapi2_target.H +++ b/src/import/hwpf/fapi2/include/fapi2_target.H @@ -7,7 +7,7 @@ /* */ /* EKB Project */ /* */ -/* COPYRIGHT 2015 */ +/* COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -257,7 +257,7 @@ class Target /// /// @brief Get this target's children, filtered /// @tparam T The type of the parent - /// @param[in], i_filter The desired chiplet filter + /// @param[in] i_filter The desired chiplet filter /// @param[in] i_state The desired TargetState of the children /// @return std::vector<Target<T> > a vector of present/functional /// children |

