We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497d114 commit 44fa21cCopy full SHA for 44fa21c
dwarf/line.go
@@ -590,7 +590,7 @@ func (r *LineReader) SeekPC(pc uint64, entry *LineEntry) error {
590
}
591
592
593
-// pathIsAbs returns whether path is an absolute path (or "full path
+// pathIsAbs reports whether path is an absolute path (or "full path
594
// name" in DWARF parlance). This is in "whatever form makes sense for
595
// the host system", so this accepts both UNIX-style and DOS-style
596
// absolute paths. We avoid the filepath package because we want this
0 commit comments