diff --git a/gdb/target.h b/gdb/target.h index 07b4b543374..e0341e14caa 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -60,7 +60,7 @@ enum strata { dummy_stratum, /* The lowest of the low */ file_stratum, /* Executable files, etc */ - core_stratum, /* Core dump files */ + core_stratum, /* Core dump files */ process_stratum, /* Executing processes */ thread_stratum /* Executing threads */ };