Ignore:
Timestamp:
2008-11-21T14:04:08Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
384c488
Parents:
18c485a
Message:

Udebug comments - 'is go', not 'has go'. Missing periods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/udebug/udebug.h

    r18c485a r1378b2b  
    177177        atomic_t int_lock;
    178178
    179         /** Synchronize debug ops on this thread / access to this structure */
     179        /** Synchronize debug ops on this thread / access to this structure. */
    180180        mutex_t lock;
    181181
     
    184184        unative_t syscall_args[6];
    185185
    186         /** What type of event are we stopped in or 0 if none */
     186        /** What type of event are we stopped in or 0 if none. */
    187187        udebug_event_t cur_event;       
    188188        bool stop;
    189189        bool stoppable;
    190         bool debug_active; /**< In a debugging session */
     190        bool debug_active; /**< in a debugging session */
    191191} udebug_thread_t;
    192192
Note: See TracChangeset for help on using the changeset viewer.