From 6cd5a9a35c3de4ed28b55212698fe69c328e4206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Wed, 1 Sep 2010 15:40:23 +0200 Subject: staging/trivial: fix typos concerning "access" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- drivers/staging/octeon/cvmx-fpa.c | 2 +- drivers/staging/octeon/cvmx-fpa.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/octeon') diff --git a/drivers/staging/octeon/cvmx-fpa.c b/drivers/staging/octeon/cvmx-fpa.c index 55d9147..ad44b8b 100644 --- a/drivers/staging/octeon/cvmx-fpa.c +++ b/drivers/staging/octeon/cvmx-fpa.c @@ -53,7 +53,7 @@ CVMX_SHARED cvmx_fpa_pool_info_t cvmx_fpa_pool_info[CVMX_FPA_NUM_POOLS]; * @name: Constant character string to name this pool. * String is not copied. * @buffer: Pointer to the block of memory to use. This must be - * accessable by all processors and external hardware. + * accessible by all processors and external hardware. * @block_size: Size for each block controlled by the FPA * @num_blocks: Number of blocks * diff --git a/drivers/staging/octeon/cvmx-fpa.h b/drivers/staging/octeon/cvmx-fpa.h index 1d7788f..50a8c91 100644 --- a/drivers/staging/octeon/cvmx-fpa.h +++ b/drivers/staging/octeon/cvmx-fpa.h @@ -264,7 +264,7 @@ static inline void cvmx_fpa_free(void *ptr, uint64_t pool, * @name: Constant character string to name this pool. * String is not copied. * @buffer: Pointer to the block of memory to use. This must be - * accessable by all processors and external hardware. + * accessible by all processors and external hardware. * @block_size: Size for each block controlled by the FPA * @num_blocks: Number of blocks * -- cgit v1.1