include/sys/resource.h: Trivial typo fix.

This commit is contained in:
Gregory Nutt 2018-05-13 12:12:49 -06:00
parent 3208e4835e
commit 8befa072a5
1 changed files with 4 additions and 4 deletions

View File

@ -95,15 +95,15 @@
typedef uint32_t rlim_t;
/* Minimal, complaint rlimit structure */
/* Minimal, compliant rlimit structure */
struct rlimit
{
rlim_t rlim_cur; /* The current (soft) limit */
rlim_t rlim_max; /* The hard limit */
rlim_t rlim_cur; /* The current (soft) limit */
rlim_t rlim_max; /* The hard limit */
};
/* Minimal, complaint rusage structure */
/* Minimal, compliant rusage structure */
struct rlimit
{