summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting/common/predicates/predicateattrval.H
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-02-16 15:14:03 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-04-05 15:12:57 -0400
commite8fdc1c11a1ee3c9406b75ebb45b619371e60182 (patch)
treee4d6c6cc53cf2e122b92c790d7d9790aeed05700 /src/include/usr/targeting/common/predicates/predicateattrval.H
parent6e0d21f16e8153125f8dbd2a8feb4ce56ff54e39 (diff)
downloadtalos-hostboot-e8fdc1c11a1ee3c9406b75ebb45b619371e60182.tar.gz
talos-hostboot-e8fdc1c11a1ee3c9406b75ebb45b619371e60182.zip
Add getOtherEnd to fapi2::Target
RTC:129517 Change-Id: I7270b194b609daf8e547313cf73a640e4adc48aa Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21873 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/common/predicates/predicateattrval.H')
-rw-r--r--src/include/usr/targeting/common/predicates/predicateattrval.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/targeting/common/predicates/predicateattrval.H b/src/include/usr/targeting/common/predicates/predicateattrval.H
index 20585763e..2fecadc82 100644
--- a/src/include/usr/targeting/common/predicates/predicateattrval.H
+++ b/src/include/usr/targeting/common/predicates/predicateattrval.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -85,7 +85,7 @@ class PredicateAttrVal : public PredicateBase
* Assuming the attribute is present, this determines what check
* needs to be performed on i_value.
* If false (default), the predicate registers a match when the
- * attribute's value is i_value; If false, the predicate registers
+ * attribute's value is i_value; If true, the predicate registers
* a match when the attribute's value is != i_value
*/
PredicateAttrVal(
OpenPOWER on IntegriCloud