summaryrefslogtreecommitdiff
path: root/src/pinky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinky.c')
-rw-r--r--src/pinky.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pinky.c b/src/pinky.c
index 90d8f190b..dc8e0f98b 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -219,8 +219,8 @@ print_entry (const STRUCT_UTMP *utmp_ent)
char line[sizeof (utmp_ent->ut_line) + DEV_DIR_LEN + 1];
/* Copy ut_line into LINE, prepending `/dev/' if ut_line is not
- already an absolute pathname. Some system may put the full,
- absolute pathname in ut_line. */
+ already an absolute file name. Some system may put the full,
+ absolute file name in ut_line. */
if (utmp_ent->ut_line[0] == '/')
{
strncpy (line, utmp_ent->ut_line, sizeof (utmp_ent->ut_line));