diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:49 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:09:13 +0100 |
commit | 2fbf8a78d7244fcf60eaeb218070959715f61f53 (patch) | |
tree | 20bce5362bc3b78eff229a5c67c2a7f43b74d9f4 /i386/include | |
parent | b8fdffc2877992e5c5121bb7e011561581691d14 (diff) |
i386: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'i386/include')
-rw-r--r-- | i386/include/mach/i386/vm_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/include/mach/i386/vm_param.h b/i386/include/mach/i386/vm_param.h index 8f708f0..3a209b8 100644 --- a/i386/include/mach/i386/vm_param.h +++ b/i386/include/mach/i386/vm_param.h @@ -29,7 +29,7 @@ * Date: 1985 * * I386 machine dependent virtual memory parameters. - * Most of the declarations are preceeded by I386_ (or i386_) + * Most of the declarations are preceded by I386_ (or i386_) * which is OK because only I386 specific code will be using * them. */ |