summaryrefslogtreecommitdiff
path: root/gdb/proc-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/proc-utils.h')
-rw-r--r--gdb/proc-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h
index b20f17e25c0..27ddd82a248 100644
--- a/gdb/proc-utils.h
+++ b/gdb/proc-utils.h
@@ -91,7 +91,7 @@ extern void procfs_note (char *, char *, int);
proc_prettyfprint_status (X, Y, Z, T)
/* Define the type (and more importantly the width) of the control
- word used to write to the /proc/PID/ctl file. */
+ word used to write to the /proc/PID/ctl file. */
#if defined (PROC_CTL_WORD_TYPE)
typedef PROC_CTL_WORD_TYPE procfs_ctl_t;
#else