summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/hdr/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mailx/hdr/def.h')
-rw-r--r--usr/src/cmd/mailx/hdr/def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/mailx/hdr/def.h b/usr/src/cmd/mailx/hdr/def.h
index 7453b24f97..2480cb84da 100644
--- a/usr/src/cmd/mailx/hdr/def.h
+++ b/usr/src/cmd/mailx/hdr/def.h
@@ -25,6 +25,7 @@
/*
* Copyright (c) 1985, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
@@ -211,7 +212,7 @@ struct cmd {
typedef struct headline {
custr_t *hl_from; /* The name of the sender */
- custr_t *hl_tty; /* His tty string (if any) */
+ custr_t *hl_tty; /* Its tty string (if any) */
custr_t *hl_date; /* The entire date string */
} headline_t;