diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-29 22:49:26 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-29 22:49:26 +0000 |
commit | a65aca7ca81c65d20b06ee8b6d6642ff8ddb44be (patch) | |
tree | d9caa3fe8562e973d13dd0da47d6bc84ef6a9ed0 | |
parent | f08e54697aa8b340ba9a555e87d494c7f8800ae0 (diff) |
Fix comment.
-rw-r--r-- | include/asm-mips/shmbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/shmbuf.h b/include/asm-mips/shmbuf.h index 077cfced3..37274d6d1 100644 --- a/include/asm-mips/shmbuf.h +++ b/include/asm-mips/shmbuf.h @@ -7,7 +7,7 @@ * between kernel and user space. * * Pad space is left for: - * - 2 miscellaneous 64-bit values + * - 2 miscellaneous 32-bit values */ struct shmid64_ds { |