diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-02 00:16:30 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-02 00:16:30 +0000 |
commit | dc4c5a669456a3922a9b08f85e3b7a7ac8fa6123 (patch) | |
tree | 9ae75ac2717935718ca79b81d806079d3dec3981 /sys/dev/ksyms.c | |
parent | 696c21d7d0f2ac469388ac1efb3ec3da4e49fdb8 (diff) |
Fix comment typo.
Diffstat (limited to 'sys/dev/ksyms.c')
-rw-r--r-- | sys/dev/ksyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ksyms.c b/sys/dev/ksyms.c index 94193940557..3c6b4f6526c 100644 --- a/sys/dev/ksyms.c +++ b/sys/dev/ksyms.c @@ -65,7 +65,7 @@ ksymsattach(num) /* * If we have a symbol table, fake up a struct exec. * We only fill in the following non-zero entries: - * a_text - fake text sement (struct exec only) + * a_text - fake text segment (struct exec only) * a_syms - size of symbol table * * We assume __LDPGSZ is a multiple of NBPG (it is) |