From 519f377ddd6d43b7824f94f09eb3d3cabc39c6b9 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 26 Sep 2014 14:24:52 +0100 Subject: doc: various spelling and typo fixes Signed-off-by: Thomas Wood --- lib/intel_mmio.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/intel_mmio.c') diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c index c95ae583..5ff1ec1e 100644 --- a/lib/intel_mmio.c +++ b/lib/intel_mmio.c @@ -53,12 +53,12 @@ * @include: intel_io.h * * This library provides register I/O helpers in both a basic version and a more - * fancy version which also handles forcewak and can optionally check registers + * fancy version which also handles forcewake and can optionally check registers * against a white-list. All register function are compatible. Hence the same * code can be used to decode registers with either of them, or also from a dump * file using intel_mmio_use_dump_file(). * - * Futhermore this library also provides helper functions for accessing the + * Furthermore this library also provides helper functions for accessing the * various sideband interfaces found on Valleyview/Baytrail based platforms. */ @@ -84,7 +84,7 @@ static struct _mmio_data { * @file: name of the register dump file to open * * Sets up #mmio to point at the data contained in @file. This allows the same - * code to get reused for dumping and decoding from running hardwared as from + * code to get reused for dumping and decoding from running hardware as from * register dumps. */ void @@ -109,7 +109,7 @@ intel_mmio_use_dump_file(char *file) * @pci_dev: intel gracphis pci device * * Sets up #mmio to point at the data contained in @file. This allows the same - * code to get reused for dumping and decoding from running hardwared as from + * code to get reused for dumping and decoding from running hardware as from * register dumps. * * @pci_dev can be obtained from intel_get_pci_device(). -- cgit v1.2.3