Module Name: src
Committed By: kamil
Date: Tue Sep 22 01:52:16 UTC 2020
Modified Files:
src/include: link_elf.h
Log Message:
Remove duplicate word in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/include/link_elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/link_elf.h
diff -u src/include/link_elf.h:1.12 src/include/link_elf.h:1.13
--- src/include/link_elf.h:1.12 Mon Sep 21 16:08:57 2020
+++ src/include/link_elf.h Tue Sep 22 01:52:16 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: link_elf.h,v 1.12 2020/09/21 16:08:57 kamil Exp $ */
+/* $NetBSD: link_elf.h,v 1.13 2020/09/22 01:52:16 kamil Exp $ */
#ifndef _LINK_ELF_H_
#define _LINK_ELF_H_
@@ -15,7 +15,7 @@ typedef struct link_map {
#endif
const char *l_name; /* Absolute Path to Library */
void *l_ld; /* Pointer to .dynamic in memory */
- struct link_map *l_next; /* linked list of of mapped libs */
+ struct link_map *l_next; /* linked list of mapped libs */
struct link_map *l_prev;
} Link_map;