diff options
Diffstat (limited to 'sys/ddb/db_sym.h')
-rw-r--r-- | sys/ddb/db_sym.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 4097880..8fb5866 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -50,7 +50,7 @@ typedef struct { * a different one */ typedef char * db_sym_t; /* opaque handle on symbols */ -typedef const char * c_db_sym_t; /* opaque handle on symbols */ +typedef const char * c_db_sym_t; /* const opaque handle on symbols */ #define DB_SYM_NULL ((db_sym_t)0) #define C_DB_SYM_NULL ((c_db_sym_t)0) |