summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/include/rtld.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/include/rtld.h')
-rw-r--r--usr/src/cmd/sgs/include/rtld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/include/rtld.h b/usr/src/cmd/sgs/include/rtld.h
index 0378b7390e..cab7896559 100644
--- a/usr/src/cmd/sgs/include/rtld.h
+++ b/usr/src/cmd/sgs/include/rtld.h
@@ -823,7 +823,7 @@ typedef struct rt_map32 {
#define FLG_RT_CAP 0x00000010 /* process $CAPABILITY expansion */
#define FLG_RT_OBJECT 0x00000020 /* object processing (ie. .o's) */
#define FLG_RT_NEWLOAD 0x00000040 /* object is newly loaded */
-#define FLG_RT_NODUMP 0x00000080 /* object can't be dldump(3x)'ed */
+#define FLG_RT_NODUMP 0x00000080 /* object can't be dldump(3C)'ed */
#define FLG_RT_DELETE 0x00000100 /* object can be deleted */
#define FLG_RT_ANALYZED 0x00000200 /* object has been analyzed */
#define FLG_RT_INITDONE 0x00000400 /* objects .init has been completed */