diff options
author | maxim <maxim@FreeBSD.org> | 2005-05-08 01:48:04 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2005-05-08 01:48:04 +0000 |
commit | 1b27b7112412aab40de29c14160c70caf9a36778 (patch) | |
tree | 9d3fa61d2332383a2607ee4450eb8ac39f03a347 /sys | |
parent | e9af45b28832ea49d49ea620e4ef3f9ce7a6900a (diff) | |
download | FreeBSD-src-1b27b7112412aab40de29c14160c70caf9a36778.zip FreeBSD-src-1b27b7112412aab40de29c14160c70caf9a36778.tar.gz |
o N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros live in imgact_aout.h
not in a.out.h. Update the comment accordingly.
PR: kern/80741
Submitted by: Wojciech A. Koszek
MFC after: 3 days
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 a68a0d9..52a04db 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -106,7 +106,7 @@ /* * Header prepended to each a.out file. * only manipulate the a_midmag field via the - * N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros in a.out.h + * N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros. */ struct exec { |