diff options
| author | Dave Jones <davej@suse.de> | 2002-04-02 19:22:39 -0800 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-04-02 19:22:39 -0800 |
| commit | 79a4c5837abbe59bec0d46c0dfcd30873f6886c6 (patch) | |
| tree | 717eb42bae536f54b34b6ba6e1b441ffa8b43c60 /include | |
| parent | 701fee79ffb5da79e19a8fac5e3469700a3a7107 (diff) | |
[PATCH] Various typo fixes.
Mostly harmless but 1-2 break compilation.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/device.h | 2 | ||||
| -rw-r--r-- | include/linux/securebits.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index f8234fdff19f..585dd1e57f8b 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -83,7 +83,7 @@ struct device { device */ void *driver_data; /* data private to the driver */ void *platform_data; /* Platform specific data (e.g. ACPI, - BIOS data relevant to device */ + BIOS data relevant to device) */ u32 current_state; /* Current operating state. In ACPI-speak, this is D0-D3, D0 diff --git a/include/linux/securebits.h b/include/linux/securebits.h index 1e10badcbdba..5b0617840fa4 100644 --- a/include/linux/securebits.h +++ b/include/linux/securebits.h @@ -6,7 +6,7 @@ extern unsigned securebits; /* When set UID 0 has no special privileges. When unset, we support - inheritance of root-permissions and suid-root executablew under + inheritance of root-permissions and suid-root executable under compatibility mode. We raise the effective and inheritable bitmasks *of the executable file* if the effective uid of the new process is 0. If the real uid is 0, we raise the inheritable bitmask of the |
