diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2005-05-08 02:20:10 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2005-05-08 02:20:10 +0000 |
| commit | 15e343060c6bc00334ec8d96f01cef1482b5dd81 (patch) | |
| tree | a0d9c992e3bd9fbb87179d8035481628f74cb296 /sys | |
| parent | a6e6c501af7af3026d5d3e435a19b1eea49f1536 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/imgact_aout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 52a04dbc2faf6..1c1596fdcec4b 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -105,7 +105,7 @@ /* * Header prepended to each a.out file. - * only manipulate the a_midmag field via the + * Only manipulate the a_midmag field via the * N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros. */ |
