1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 1713

Show
Ignore:
Timestamp:
08/09/11 14:51:46 (22 months ago)
Author:
jkoshy
Message:

Fix typos in the log messages emitted by a few test cases for
elf_update().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/libelf/tset/elf_update/update.m4

    r1709 r1713  
    282282        TP_CHECK_INITIALIZATION(); 
    283283 
    284         TP_ANNOUNCE("TOUPPER($2)$1: class-mismatch is detected."); 
     284        TP_ANNOUNCE("TOUPPER($2)$1: a class-mismatch is detected."); 
    285285 
    286286        result = TET_UNRESOLVED; 
     
    887887        TP_CHECK_INITIALIZATION(); 
    888888 
    889         TP_ANNOUNCE("TOUPPER($2)$1: no-op update of section headers " 
    890             "works as expected"); 
     889        TP_ANNOUNCE("TOUPPER($2)$1: (liblayout) a no-op update of section " 
     890            "headers works as expected"); 
    891891 
    892892        result = TET_UNRESOLVED; 
     
    18571857        TP_CHECK_INITIALIZATION(); 
    18581858 
    1859         TP_ANNOUNCE("TOUPPER($2)$1: an overlap of the ehdr and phdr is " 
     1859        TP_ANNOUNCE("TOUPPER($2)$1: an overlap of the shdr and phdr is " 
    18601860            "detected."); 
    18611861