From 7bfddf77039ed8b0df0344c6b4e756167c23e952 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Fri, 7 Nov 2014 18:59:53 +0100 Subject: [PATCH] Nits for additional files --- libdw/dwarf_macro_getsrcfiles.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libdw/dwarf_macro_getsrcfiles.c b/libdw/dwarf_macro_getsrcfiles.c index 2b8466b8e..cc190437b 100644 --- a/libdw/dwarf_macro_getsrcfiles.c +++ b/libdw/dwarf_macro_getsrcfiles.c @@ -1,4 +1,4 @@ -/* Return a version of a macro. +/* Find line information for a given macro. Copyright (C) 2014 Red Hat, Inc. This file is part of elfutils. @@ -69,9 +69,9 @@ dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro, So when the interfaces are used correctly, COMP_DIR value is always right. That means that we can cache the parsed - .debug_line unit without fear that later on when someone - requests the same unit through dwarf_getsrcfiles, and the - file names will be broken. */ + .debug_line unit without fear that later on someone requests + the same unit through dwarf_getsrcfiles, and the file names + will be broken. */ if (__libdw_getsrclines (dbg, line_offset, table->comp_dir, table->is_64bit ? 8 : 4, -- 2.47.3