X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=a1a30fff939d8926d24cee15ce61317ae17a3cc0;hp=0cee1170f8396a8672982439d72f79739858db22;hb=refs%2Fchanges%2F14%2F3714%2F3;hpb=3ae41fcf825277a56fadeea3dfde6bacf7e8e6c8 diff --git a/src/target/target.h b/src/target/target.h index 0cee1170f8..a1a30fff93 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -154,7 +154,7 @@ struct target { * upon first allocation from virtual/physical address. */ bool working_area_virt_spec; /* virtual address specified? */ uint32_t working_area_virt; /* virtual address */ - bool working_area_phys_spec; /* virtual address specified? */ + bool working_area_phys_spec; /* physical address specified? */ uint32_t working_area_phys; /* physical address */ uint32_t working_area_size; /* size in bytes */ uint32_t backup_working_area; /* whether the content of the working area has to be preserved */