summaryrefslogtreecommitdiffstats
path: root/src/usr/devicefw/assoccontain.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-03-29 16:03:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-30 15:50:50 -0500
commita2cf819c913c65fb9a019b8e62c8e77b8964929a (patch)
tree103843cd2c48b1a8af4f17de3da1bc23627b8836 /src/usr/devicefw/assoccontain.H
parentdf3648d7cd33ee146de3041d3f0d93a713075e26 (diff)
downloadtalos-hostboot-a2cf819c913c65fb9a019b8e62c8e77b8964929a.tar.gz
talos-hostboot-a2cf819c913c65fb9a019b8e62c8e77b8964929a.zip
Prevent double registration in device framework
The device framework code will log an error if more than one function is registered for the same operation/access/target combination. Change-Id: Id5136c389250ed26d7b62ff3b71116bba54ceb89 RTC: 38760 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/805 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/devicefw/assoccontain.H')
-rw-r--r--src/usr/devicefw/assoccontain.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/devicefw/assoccontain.H b/src/usr/devicefw/assoccontain.H
index 127057698..1d500e07a 100644
--- a/src/usr/devicefw/assoccontain.H
+++ b/src/usr/devicefw/assoccontain.H
@@ -41,7 +41,7 @@ namespace DeviceFW
* @brief Data about a particular association.
*
* Typically this is a offset (pointer) to another association and an
- * optional flag for the associatior to use. This allows a user to
+ * optional flag for the associator to use. This allows a user to
* construct a light-weight multi-dimensional sparse array.
*
* The purpose of the flag field is left to the user.
OpenPOWER on IntegriCloud