[applied] dwarf-reader: Fix typo in comment

Message ID 877cuql3a2.fsf@redhat.com
State New
Headers
Series [applied] dwarf-reader: Fix typo in comment |

Commit Message

Dodji Seketeli April 5, 2023, 4:09 p.m. UTC
  Hello,

This patchlet fixes a typo in a comment.

	* src/abg-dwarf-reader.cc (reader::get_canonical_die): Fix typo in
	comment.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 src/abg-dwarf-reader.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/src/abg-dwarf-reader.cc b/src/abg-dwarf-reader.cc
index c0a35bca..d5dfc48f 100644
--- a/src/abg-dwarf-reader.cc
+++ b/src/abg-dwarf-reader.cc
@@ -2641,7 +2641,7 @@  public:
   ///
   /// @param die the DIE to consider.
   ///
-  /// @param canonical_die output parameter.  Is set to the resuling
+  /// @param canonical_die output parameter.  Is set to the resulting
   /// canonical die, if this function returns true.
   ///
   /// @param where the offset of the logical DIE we are supposed to be