diff options
author | BurnZeZ <devnull@localhost> | 2020-12-29 19:38:59 +0000 |
---|---|---|
committer | BurnZeZ <devnull@localhost> | 2020-12-29 19:38:59 +0000 |
commit | fd1db35c4d429096b9aff1763f25de9e1711bf88 (patch) | |
tree | 281811505c2041f03ee8144452c10903ba84bb23 /sys/src/cmd/6l | |
parent | 97a55e03a7b8e527bb00a1ba07860e223c65676f (diff) |
cc: add a couple notes to the comments regarding flags
Diffstat (limited to 'sys/src/cmd/6l')
-rw-r--r-- | sys/src/cmd/6l/obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/6l/obj.c b/sys/src/cmd/6l/obj.c index c55120d7e..53b1fd176 100644 --- a/sys/src/cmd/6l/obj.c +++ b/sys/src/cmd/6l/obj.c @@ -17,7 +17,7 @@ char *paramspace = "FP"; * -H3 -T4128 -R4096 is plan9 32-bit format * -H5 -T0x80110000 -R4096 is ELF32 * - * options used: 189BLQSWabcjlnpsvz + * options used: 189BLQSWabcejlnpsvz */ static int |