aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-27 23:34:12 +0200
committerPetr Machata <pmachata@redhat.com>2012-10-01 14:18:53 +0200
commit74e57dd396818b1a9414c44e397ac82f692f5582 (patch)
treef5ad77dc452ae361d767f350167c769bef8100e9 /library.h
parent0fa790473a035a432cb795eace4fe7ae6fd742b8 (diff)
downloadltrace-74e57dd396818b1a9414c44e397ac82f692f5582.tar.gz
Fix a comment in struct library
Diffstat (limited to 'library.h')
-rw-r--r--library.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/library.h b/library.h
index eacb57d..017b6b2 100644
--- a/library.h
+++ b/library.h
@@ -118,8 +118,7 @@ struct library {
* they have the same key. */
arch_addr_t key;
- /* Address where the library is mapped. Two library objects
- * are considered equal, if they have the same base. */
+ /* Address where the library is mapped. */
arch_addr_t base;
/* Absolute address of the entry point. Useful for main