This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15084] New: Apparent typos in strings in res_debug.c


http://sourceware.org/bugzilla/show_bug.cgi?id=15084

             Bug #: 15084
           Summary: Apparent typos in strings in res_debug.c
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jdthood@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


res_debug.c has

       case RES_USEVC:         return "usevc";

       case RES_USEBSTRING:    return "ip6-bytstring";

whereas the strings used to set these flags (in res_init.c) are "use-vc" with a
hyphen and "ip6-bytestring" with a letter 'e'/

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]