mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 13:11:07 +01:00
o Fix typo in a comment.
PR: bin/97292 Submitted by: clsung MFC after: 3 days
This commit is contained in:
parent
fde45b415e
commit
df2e45f7c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158587
@ -598,7 +598,7 @@ kget(int idx, void *addr, size_t size)
|
||||
if (symbols[idx].n_type == 0 || symbols[idx].n_value == 0)
|
||||
errx(1, "symbol %s undefined", symn);
|
||||
/*
|
||||
* For some symbols, the value we retreieve is
|
||||
* For some symbols, the value we retrieve is
|
||||
* actually a pointer; since we want the actual value,
|
||||
* we have to manually dereference it.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user