Added a comment (now that we're using a hash table).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7523 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-11 17:20:40 +00:00
parent a364fba7d4
commit 2b6b9a5afb

View File

@ -18,7 +18,7 @@ typedef struct elf_region {
} elf_region;
struct elf_image_info {
struct elf_image_info *next;
struct elf_image_info *next; // next image in the hash
char *name;
image_id id;
int32 ref_count;