diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-05-06 11:38:06 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-05-06 11:38:06 +0200 |
commit | aa720ffaf59da0802fe58bd5850075432f644f40 (patch) | |
tree | 974fcfc603122a8f9fd01342cb7daa6036af8fb2 /lib | |
parent | 9bb2ca3a83efd528c11c8515ad85456d53717619 (diff) |
lib/mmio: One more s/OUTRET/OUTREG/
A those typos ...
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/intel_mmio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c index 2fdb2b05..b16a35d9 100644 --- a/lib/intel_mmio.c +++ b/lib/intel_mmio.c @@ -278,7 +278,7 @@ out: * 32-bit write to the register at @offset. This function only works when the new * register access helper is initialized with intel_register_access_init(). * - * Compared to OUTRET() it can do optional checking with the register access + * Compared to OUTREG() it can do optional checking with the register access * white lists. */ void |