diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2008-12-29 16:14:56 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-06 05:28:07 -0500 |
commit | 0211a9c8508b2183e0e539509aad60414f1c3813 (patch) | |
tree | af5c78818202644f53d522229f25ee7bebb48cb6 | |
parent | 025dfdafe77f20b3890981a394774baab7b9c827 (diff) |
trivial: fix an -> a typos in documentation and comments
It is always "an" if there is a vowel _spoken_ (not written).
So it is:
"an hour" (spoken vowel)
but
"a uniform" (spoken 'j')
Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/dell_rbu.txt | 4 | ||||
-rw-r--r-- | Documentation/laptops/thinkpad-acpi.txt | 2 | ||||
-rw-r--r-- | Documentation/networking/tuntap.txt | 2 | ||||
-rw-r--r-- | arch/m68k/kernel/traps.c | 2 | ||||
-rw-r--r-- | drivers/acpi/executer/exprep.c | 2 | ||||
-rw-r--r-- | drivers/acpi/executer/exresolv.c | 2 | ||||
-rw-r--r-- | drivers/acpi/executer/exstore.c | 2 | ||||
-rw-r--r-- | drivers/acpi/resources/rscreate.c | 2 | ||||
-rw-r--r-- | drivers/acpi/utilities/utobject.c | 4 | ||||
-rw-r--r-- | drivers/char/epca.c | 2 | ||||
-rw-r--r-- | drivers/cpufreq/Kconfig | 4 | ||||
-rw-r--r-- | drivers/input/keyboard/atkbd.c | 2 | ||||
-rw-r--r-- | drivers/macintosh/Kconfig | 2 | ||||
-rw-r--r-- | drivers/misc/phantom.c | 2 | ||||
-rw-r--r-- | fs/ncpfs/ioctl.c | 2 | ||||
-rw-r--r-- | include/acpi/acmacros.h | 4 | ||||
-rw-r--r-- | include/acpi/actypes.h | 2 | ||||
-rw-r--r-- | include/linux/ncp_fs.h | 2 | ||||
-rw-r--r-- | mm/slub.c | 2 | ||||
-rw-r--r-- | sound/oss/aedsp16.c | 2 |
20 files changed, 24 insertions, 24 deletions
diff --git a/Documentation/dell_rbu.txt b/Documentation/dell_rbu.txt index 2c0d631de0cf..c11b931f8f98 100644 --- a/Documentation/dell_rbu.txt +++ b/Documentation/dell_rbu.txt | |||
@@ -81,8 +81,8 @@ Until this step is completed the driver cannot be unloaded. | |||
81 | Also echoing either mono ,packet or init in to image_type will free up the | 81 | Also echoing either mono ,packet or init in to image_type will free up the |
82 | memory allocated by the driver. | 82 | memory allocated by the driver. |
83 | 83 | ||
84 | If an user by accident executes steps 1 and 3 above without executing step 2; | 84 | If a user by accident executes steps 1 and 3 above without executing step 2; |
85 | it will make the /sys/class/firmware/dell_rbu/ entries to disappear. | 85 | it will make the /sys/class/firmware/dell_rbu/ entries disappear. |
86 | The entries can be recreated by doing the following | 86 | The entries can be recreated by doing the following |
87 | echo init > /sys/devices/platform/dell_rbu/image_type | 87 | echo init > /sys/devices/platform/dell_rbu/image_type |
88 | NOTE: echoing init in image_type does not change it original value. | 88 | NOTE: echoing init in image_type does not change it original value. |
diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt index 71f0fe1fc1b0..898b4987bb80 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt | |||
@@ -1475,7 +1475,7 @@ Sysfs interface changelog: | |||
1475 | 1475 | ||
1476 | 0x020100: Marker for thinkpad-acpi with hot key NVRAM polling | 1476 | 0x020100: Marker for thinkpad-acpi with hot key NVRAM polling |
1477 | support. If you must, use it to know you should not | 1477 | support. If you must, use it to know you should not |
1478 | start an userspace NVRAM poller (allows to detect when | 1478 | start a userspace NVRAM poller (allows to detect when |
1479 | NVRAM is compiled out by the user because it is | 1479 | NVRAM is compiled out by the user because it is |
1480 | unneeded/undesired in the first place). | 1480 | unneeded/undesired in the first place). |
1481 | 0x020101: Marker for thinkpad-acpi with hot key NVRAM polling | 1481 | 0x020101: Marker for thinkpad-acpi with hot key NVRAM polling |
diff --git a/Documentation/networking/tuntap.txt b/Documentation/networking/tuntap.txt index 839cbb71388b..c0aab985bad9 100644 --- a/Documentation/networking/tuntap.txt +++ b/Documentation/networking/tuntap.txt | |||
@@ -118,7 +118,7 @@ As mentioned above, main purpose of TUN/TAP driver is tunneling. | |||
118 | It is used by VTun (http://vtun.sourceforge.net). | 118 | It is used by VTun (http://vtun.sourceforge.net). |
119 | 119 | ||
120 | Another interesting application using TUN/TAP is pipsecd | 120 | Another interesting application using TUN/TAP is pipsecd |
121 | (http://perso.enst.fr/~beyssac/pipsec/), an userspace IPSec | 121 | (http://perso.enst.fr/~beyssac/pipsec/), a userspace IPSec |
122 | implementation that can use complete kernel routing (unlike FreeS/WAN). | 122 | implementation that can use complete kernel routing (unlike FreeS/WAN). |
123 | 123 | ||
124 | 3. How does Virtual network device actually work ? | 124 | 3. How does Virtual network device actually work ? |
diff --git a/arch/m68k/kernel/traps.c b/arch/m68k/kernel/traps.c index 6d813de2baf1..184acc90808d 100644 --- a/arch/m68k/kernel/traps.c +++ b/arch/m68k/kernel/traps.c | |||
@@ -401,7 +401,7 @@ static inline void do_040writebacks(struct frame *fp) | |||
401 | * called from sigreturn(), must ensure userspace code didn't | 401 | * called from sigreturn(), must ensure userspace code didn't |
402 | * manipulate exception frame to circumvent protection, then complete | 402 | * manipulate exception frame to circumvent protection, then complete |
403 | * pending writebacks | 403 | * pending writebacks |
404 | * we just clear TM2 to turn it into an userspace access | 404 | * we just clear TM2 to turn it into a userspace access |
405 | */ | 405 | */ |
406 | asmlinkage void berr_040cleanup(struct frame *fp) | 406 | asmlinkage void berr_040cleanup(struct frame *fp) |
407 | { | 407 | { |
diff --git a/drivers/acpi/executer/exprep.c b/drivers/acpi/executer/exprep.c index 5d438c32989d..a7dc87ecee37 100644 --- a/drivers/acpi/executer/exprep.c +++ b/drivers/acpi/executer/exprep.c | |||
@@ -404,7 +404,7 @@ acpi_ex_prep_common_field_object(union acpi_operand_object *obj_desc, | |||
404 | * | 404 | * |
405 | * RETURN: Status | 405 | * RETURN: Status |
406 | * | 406 | * |
407 | * DESCRIPTION: Construct an union acpi_operand_object of type def_field and | 407 | * DESCRIPTION: Construct a union acpi_operand_object of type def_field and |
408 | * connect it to the parent Node. | 408 | * connect it to the parent Node. |
409 | * | 409 | * |
410 | ******************************************************************************/ | 410 | ******************************************************************************/ |
diff --git a/drivers/acpi/executer/exresolv.c b/drivers/acpi/executer/exresolv.c index 89571b92a522..60e8c47128e9 100644 --- a/drivers/acpi/executer/exresolv.c +++ b/drivers/acpi/executer/exresolv.c | |||
@@ -146,7 +146,7 @@ acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr, | |||
146 | 146 | ||
147 | stack_desc = *stack_ptr; | 147 | stack_desc = *stack_ptr; |
148 | 148 | ||
149 | /* This is an union acpi_operand_object */ | 149 | /* This is a union acpi_operand_object */ |
150 | 150 | ||
151 | switch (ACPI_GET_OBJECT_TYPE(stack_desc)) { | 151 | switch (ACPI_GET_OBJECT_TYPE(stack_desc)) { |
152 | case ACPI_TYPE_LOCAL_REFERENCE: | 152 | case ACPI_TYPE_LOCAL_REFERENCE: |
diff --git a/drivers/acpi/executer/exstore.c b/drivers/acpi/executer/exstore.c index 3318df4cbd98..1c118ba78adb 100644 --- a/drivers/acpi/executer/exstore.c +++ b/drivers/acpi/executer/exstore.c | |||
@@ -274,7 +274,7 @@ acpi_ex_do_debug_object(union acpi_operand_object *source_desc, | |||
274 | * | 274 | * |
275 | * PARAMETERS: *source_desc - Value to be stored | 275 | * PARAMETERS: *source_desc - Value to be stored |
276 | * *dest_desc - Where to store it. Must be an NS node | 276 | * *dest_desc - Where to store it. Must be an NS node |
277 | * or an union acpi_operand_object of type | 277 | * or a union acpi_operand_object of type |
278 | * Reference; | 278 | * Reference; |
279 | * walk_state - Current walk state | 279 | * walk_state - Current walk state |
280 | * | 280 | * |
diff --git a/drivers/acpi/resources/rscreate.c b/drivers/acpi/resources/rscreate.c index c0bbfa2c4193..08b8d73e6ee5 100644 --- a/drivers/acpi/resources/rscreate.c +++ b/drivers/acpi/resources/rscreate.c | |||
@@ -124,7 +124,7 @@ acpi_rs_create_resource_list(union acpi_operand_object *aml_buffer, | |||
124 | * | 124 | * |
125 | * FUNCTION: acpi_rs_create_pci_routing_table | 125 | * FUNCTION: acpi_rs_create_pci_routing_table |
126 | * | 126 | * |
127 | * PARAMETERS: package_object - Pointer to an union acpi_operand_object | 127 | * PARAMETERS: package_object - Pointer to a union acpi_operand_object |
128 | * package | 128 | * package |
129 | * output_buffer - Pointer to the user's buffer | 129 | * output_buffer - Pointer to the user's buffer |
130 | * | 130 | * |
diff --git a/drivers/acpi/utilities/utobject.c b/drivers/acpi/utilities/utobject.c index c354e7a42bcd..4bef3cfbaccb 100644 --- a/drivers/acpi/utilities/utobject.c +++ b/drivers/acpi/utilities/utobject.c | |||
@@ -297,7 +297,7 @@ union acpi_operand_object *acpi_ut_create_string_object(acpi_size string_size) | |||
297 | * | 297 | * |
298 | * RETURN: TRUE if object is valid, FALSE otherwise | 298 | * RETURN: TRUE if object is valid, FALSE otherwise |
299 | * | 299 | * |
300 | * DESCRIPTION: Validate a pointer to be an union acpi_operand_object | 300 | * DESCRIPTION: Validate a pointer to be a union acpi_operand_object |
301 | * | 301 | * |
302 | ******************************************************************************/ | 302 | ******************************************************************************/ |
303 | 303 | ||
@@ -389,7 +389,7 @@ void acpi_ut_delete_object_desc(union acpi_operand_object *object) | |||
389 | { | 389 | { |
390 | ACPI_FUNCTION_TRACE_PTR(ut_delete_object_desc, object); | 390 | ACPI_FUNCTION_TRACE_PTR(ut_delete_object_desc, object); |
391 | 391 | ||
392 | /* Object must be an union acpi_operand_object */ | 392 | /* Object must be a union acpi_operand_object */ |
393 | 393 | ||
394 | if (ACPI_GET_DESCRIPTOR_TYPE(object) != ACPI_DESC_TYPE_OPERAND) { | 394 | if (ACPI_GET_DESCRIPTOR_TYPE(object) != ACPI_DESC_TYPE_OPERAND) { |
395 | ACPI_ERROR((AE_INFO, | 395 | ACPI_ERROR((AE_INFO, |
diff --git a/drivers/char/epca.c b/drivers/char/epca.c index 39ad820b2350..af7c13ca9493 100644 --- a/drivers/char/epca.c +++ b/drivers/char/epca.c | |||
@@ -769,7 +769,7 @@ static int pc_open(struct tty_struct *tty, struct file *filp) | |||
769 | /* Check status of board configured in system. */ | 769 | /* Check status of board configured in system. */ |
770 | 770 | ||
771 | /* | 771 | /* |
772 | * I check to see if the epca_setup routine detected an user error. It | 772 | * I check to see if the epca_setup routine detected a user error. It |
773 | * might be better to put this in pc_init, but for the moment it goes | 773 | * might be better to put this in pc_init, but for the moment it goes |
774 | * here. | 774 | * here. |
775 | */ | 775 | */ |
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 5f076aef74fa..a8c8d9c19d74 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -83,7 +83,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE | |||
83 | select CPU_FREQ_GOV_USERSPACE | 83 | select CPU_FREQ_GOV_USERSPACE |
84 | help | 84 | help |
85 | Use the CPUFreq governor 'userspace' as default. This allows | 85 | Use the CPUFreq governor 'userspace' as default. This allows |
86 | you to set the CPU frequency manually or when an userspace | 86 | you to set the CPU frequency manually or when a userspace |
87 | program shall be able to set the CPU dynamically without having | 87 | program shall be able to set the CPU dynamically without having |
88 | to enable the userspace governor manually. | 88 | to enable the userspace governor manually. |
89 | 89 | ||
@@ -138,7 +138,7 @@ config CPU_FREQ_GOV_USERSPACE | |||
138 | tristate "'userspace' governor for userspace frequency scaling" | 138 | tristate "'userspace' governor for userspace frequency scaling" |
139 | help | 139 | help |
140 | Enable this cpufreq governor when you either want to set the | 140 | Enable this cpufreq governor when you either want to set the |
141 | CPU frequency manually or when an userspace program shall | 141 | CPU frequency manually or when a userspace program shall |
142 | be able to set the CPU dynamically, like on LART | 142 | be able to set the CPU dynamically, like on LART |
143 | <http://www.lartmaker.nl/>. | 143 | <http://www.lartmaker.nl/>. |
144 | 144 | ||
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index 379b7ff354ec..b9e6bef594ac 100644 --- a/drivers/input/keyboard/atkbd.c +++ b/drivers/input/keyboard/atkbd.c | |||
@@ -65,7 +65,7 @@ MODULE_PARM_DESC(extra, "Enable extra LEDs and keys on IBM RapidAcces, EzKey and | |||
65 | 65 | ||
66 | /* | 66 | /* |
67 | * Scancode to keycode tables. These are just the default setting, and | 67 | * Scancode to keycode tables. These are just the default setting, and |
68 | * are loadable via an userland utility. | 68 | * are loadable via a userland utility. |
69 | */ | 69 | */ |
70 | 70 | ||
71 | static const unsigned short atkbd_set2_keycode[512] = { | 71 | static const unsigned short atkbd_set2_keycode[512] = { |
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index b52659620d50..173cf55c64d0 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -138,7 +138,7 @@ config PMAC_BACKLIGHT | |||
138 | Say Y here to enable Macintosh specific extensions of the generic | 138 | Say Y here to enable Macintosh specific extensions of the generic |
139 | backlight code. With this enabled, the brightness keys on older | 139 | backlight code. With this enabled, the brightness keys on older |
140 | PowerBooks will be enabled so you can change the screen brightness. | 140 | PowerBooks will be enabled so you can change the screen brightness. |
141 | Newer models should use an userspace daemon like pbbuttonsd. | 141 | Newer models should use a userspace daemon like pbbuttonsd. |
142 | 142 | ||
143 | config PMAC_BACKLIGHT_LEGACY | 143 | config PMAC_BACKLIGHT_LEGACY |
144 | bool "Provide legacy ioctl's on /dev/pmu for the backlight" | 144 | bool "Provide legacy ioctl's on /dev/pmu for the backlight" |
diff --git a/drivers/misc/phantom.c b/drivers/misc/phantom.c index abdebe347383..fa57b67593ae 100644 --- a/drivers/misc/phantom.c +++ b/drivers/misc/phantom.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * the Free Software Foundation; either version 2 of the License, or | 6 | * the Free Software Foundation; either version 2 of the License, or |
7 | * (at your option) any later version. | 7 | * (at your option) any later version. |
8 | * | 8 | * |
9 | * You need an userspace library to cooperate with this driver. It (and other | 9 | * You need a userspace library to cooperate with this driver. It (and other |
10 | * info) may be obtained here: | 10 | * info) may be obtained here: |
11 | * http://www.fi.muni.cz/~xslaby/phantom.html | 11 | * http://www.fi.muni.cz/~xslaby/phantom.html |
12 | * or alternatively, you might use OpenHaptics provided by Sensable. | 12 | * or alternatively, you might use OpenHaptics provided by Sensable. |
diff --git a/fs/ncpfs/ioctl.c b/fs/ncpfs/ioctl.c index 6d04e050c74e..f54360f50a9c 100644 --- a/fs/ncpfs/ioctl.c +++ b/fs/ncpfs/ioctl.c | |||
@@ -98,7 +98,7 @@ struct compat_ncp_objectname_ioctl | |||
98 | { | 98 | { |
99 | s32 auth_type; | 99 | s32 auth_type; |
100 | u32 object_name_len; | 100 | u32 object_name_len; |
101 | compat_caddr_t object_name; /* an userspace data, in most cases user name */ | 101 | compat_caddr_t object_name; /* a userspace data, in most cases user name */ |
102 | }; | 102 | }; |
103 | 103 | ||
104 | struct compat_ncp_fs_info_v2 { | 104 | struct compat_ncp_fs_info_v2 { |
diff --git a/include/acpi/acmacros.h b/include/acpi/acmacros.h index a597207e2835..1954c9d1d012 100644 --- a/include/acpi/acmacros.h +++ b/include/acpi/acmacros.h | |||
@@ -333,8 +333,8 @@ struct acpi_integer_overlay { | |||
333 | #define ACPI_INSERT_BITS(target, mask, source) target = ((target & (~(mask))) | (source & mask)) | 333 | #define ACPI_INSERT_BITS(target, mask, source) target = ((target & (~(mask))) | (source & mask)) |
334 | 334 | ||
335 | /* | 335 | /* |
336 | * An struct acpi_namespace_node can appear in some contexts | 336 | * A struct acpi_namespace_node can appear in some contexts |
337 | * where a pointer to an union acpi_operand_object can also | 337 | * where a pointer to a union acpi_operand_object can also |
338 | * appear. This macro is used to distinguish them. | 338 | * appear. This macro is used to distinguish them. |
339 | * | 339 | * |
340 | * The "Descriptor" field is the first field in both structures. | 340 | * The "Descriptor" field is the first field in both structures. |
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 7220361790b3..8222e8de0d1c 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -467,7 +467,7 @@ typedef u32 acpi_object_type; | |||
467 | 467 | ||
468 | /* | 468 | /* |
469 | * These are special object types that never appear in | 469 | * These are special object types that never appear in |
470 | * a Namespace node, only in an union acpi_operand_object | 470 | * a Namespace node, only in a union acpi_operand_object |
471 | */ | 471 | */ |
472 | #define ACPI_TYPE_LOCAL_EXTRA 0x1C | 472 | #define ACPI_TYPE_LOCAL_EXTRA 0x1C |
473 | #define ACPI_TYPE_LOCAL_DATA 0x1D | 473 | #define ACPI_TYPE_LOCAL_DATA 0x1D |
diff --git a/include/linux/ncp_fs.h b/include/linux/ncp_fs.h index 9f2d76347f19..f69e66d151cc 100644 --- a/include/linux/ncp_fs.h +++ b/include/linux/ncp_fs.h | |||
@@ -87,7 +87,7 @@ struct ncp_objectname_ioctl | |||
87 | #define NCP_AUTH_NDS 0x32 | 87 | #define NCP_AUTH_NDS 0x32 |
88 | int auth_type; | 88 | int auth_type; |
89 | size_t object_name_len; | 89 | size_t object_name_len; |
90 | void __user * object_name; /* an userspace data, in most cases user name */ | 90 | void __user * object_name; /* a userspace data, in most cases user name */ |
91 | }; | 91 | }; |
92 | 92 | ||
93 | struct ncp_privatedata_ioctl | 93 | struct ncp_privatedata_ioctl |
@@ -2254,7 +2254,7 @@ static int calculate_sizes(struct kmem_cache *s, int forced_order) | |||
2254 | * Add some empty padding so that we can catch | 2254 | * Add some empty padding so that we can catch |
2255 | * overwrites from earlier objects rather than let | 2255 | * overwrites from earlier objects rather than let |
2256 | * tracking information or the free pointer be | 2256 | * tracking information or the free pointer be |
2257 | * corrupted if an user writes before the start | 2257 | * corrupted if a user writes before the start |
2258 | * of the object. | 2258 | * of the object. |
2259 | */ | 2259 | */ |
2260 | size += sizeof(void *); | 2260 | size += sizeof(void *); |
diff --git a/sound/oss/aedsp16.c b/sound/oss/aedsp16.c index a0274f3dac08..3ee9900ffd7b 100644 --- a/sound/oss/aedsp16.c +++ b/sound/oss/aedsp16.c | |||
@@ -157,7 +157,7 @@ | |||
157 | 157 | ||
158 | Started Fri Mar 17 16:13:18 MET 1995 | 158 | Started Fri Mar 17 16:13:18 MET 1995 |
159 | 159 | ||
160 | v0.1 (ALPHA, was an user-level program called AudioExcelDSP16.c) | 160 | v0.1 (ALPHA, was a user-level program called AudioExcelDSP16.c) |
161 | - Initial code. | 161 | - Initial code. |
162 | v0.2 (ALPHA) | 162 | v0.2 (ALPHA) |
163 | - Cleanups. | 163 | - Cleanups. |