diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-13 21:15:44 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 01:12:46 -0800 |
commit | 5259d5bfaf5b2953b130e9a500277a905bd37823 (patch) | |
tree | 3768df7a92c63a2eeec0d29aadca60ce57f36de7 /include/asm-sparc64 | |
parent | f4266ab45a3f08bd76c2d414a2d7a1a9dc2501c0 (diff) | |
download | op-kernel-dev-5259d5bfaf5b2953b130e9a500277a905bd37823.zip op-kernel-dev-5259d5bfaf5b2953b130e9a500277a905bd37823.tar.gz |
[SPARC64]: Fix comment typo in asm/hypervisor.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/hypervisor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h index 587a0f6..76a9d0f 100644 --- a/include/asm-sparc64/hypervisor.h +++ b/include/asm-sparc64/hypervisor.h @@ -912,7 +912,7 @@ struct hv_fault_status { * ARG0: character * RET0: status * ERRORS: EINVAL Illegal character - * EWOULDBLOCK Output buffer currentl full, would block + * EWOULDBLOCK Output buffer currently full, would block * * Send a character to the console device. Only character values * between 0 and 255 may be used. Values outside this range are |