diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-07 22:49:38 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 01:11:57 -0800 |
commit | 3bfd6f3e77f58479ec53aa91d0b078abbb4c0868 (patch) | |
tree | 1ec49afc137feed4e70b1be7728920165e90b838 /include/asm-sparc64/hypervisor.h | |
parent | 8b11bd12aff76e02cdc2cbc9e439bba88d281223 (diff) | |
download | blackbird-op-linux-3bfd6f3e77f58479ec53aa91d0b078abbb4c0868.tar.gz blackbird-op-linux-3bfd6f3e77f58479ec53aa91d0b078abbb4c0868.zip |
[SPARC64]: Fix some comment typos in asm/hypervisor.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/hypervisor.h')
-rw-r--r-- | include/asm-sparc64/hypervisor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h index 9c8e453abe97..b4e0d52acd5c 100644 --- a/include/asm-sparc64/hypervisor.h +++ b/include/asm-sparc64/hypervisor.h @@ -272,17 +272,19 @@ * EBADALIGN Base real address is not correctly aligned * for size. * - * Configure the given queue to be placed at the givem base real + * Configure the given queue to be placed at the given base real * address, with the given number of entries. The number of entries * must be a power of 2. The base real address must be aligned * exactly to match the queue size. Each queue entry is 64 bytes * long, so for example a 32 entry queue must be aligned on a 2048 * byte real address boundary. * - * The specified queue is unconfigured is number of entries is given as zero. + * The specified queue is unconfigured if the number of entries is given + * as zero. * * For the current version of this API service, the argument queue is defined * as follows: + * * queue description * ----- ------------------------- * 0x3c cpu mondo queue |