diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-03 15:12:15 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 15:12:15 +0200 |
commit | 14e4a0f2bb242f8008bc70b55fa834292c6a62af (patch) | |
tree | 325c507c57e4cb25cc2659869297558ffbb0a2e6 /include | |
parent | 96532babc3e2ec4e0fce891d64319f183f043855 (diff) |
Fix a small number of "memeber" typoes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/signalfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/signalfd.h b/include/linux/signalfd.h index 86f9b1ef0e0..ea037f28df9 100644 --- a/include/linux/signalfd.h +++ b/include/linux/signalfd.h @@ -29,7 +29,7 @@ struct signalfd_siginfo { /* * Pad strcture to 128 bytes. Remember to update the - * pad size when you add new memebers. We use a fixed + * pad size when you add new members. We use a fixed * size structure to avoid compatibility problems with * future versions, and we leave extra space for additional * members. We use fixed size members because this strcture |