summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/cvmx-pko.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-01 21:08:09 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-04 13:01:03 -0800
commit698a9dce7757502da5c92e0a166aaff9e7c27345 (patch)
treec920e0bae21258c615e96c576054956f44ef889b /drivers/staging/octeon/cvmx-pko.c
parentb977e29f825a4472520e78b61d92cc1f53d7ba80 (diff)
downloadop-kernel-dev-698a9dce7757502da5c92e0a166aaff9e7c27345.zip
op-kernel-dev-698a9dce7757502da5c92e0a166aaff9e7c27345.tar.gz
staging: octeon: change a typo comamnd to command
The below patch fixes a typo comamnd to command. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/octeon/cvmx-pko.c')
-rw-r--r--drivers/staging/octeon/cvmx-pko.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/octeon/cvmx-pko.c b/drivers/staging/octeon/cvmx-pko.c
index 00db915..50a2c9b 100644
--- a/drivers/staging/octeon/cvmx-pko.c
+++ b/drivers/staging/octeon/cvmx-pko.c
@@ -54,7 +54,7 @@ void cvmx_pko_initialize_global(void)
/*
* Set the size of the PKO command buffers to an odd number of
* 64bit words. This allows the normal two word send to stay
- * aligned and never span a comamnd word buffer.
+ * aligned and never span a command word buffer.
*/
config.u64 = 0;
config.s.pool = CVMX_FPA_OUTPUT_BUFFER_POOL;
OpenPOWER on IntegriCloud