fix: fix comment typo issue

The extentions is changed to extensions

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3R970
This commit is contained in:
kenneth 2021-05-18 09:45:49 +08:00
parent 3feb4f26f3
commit 0c2a675e2d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ struct rlimit {
struct rusage {
struct timeval ru_utime;
struct timeval ru_stime;
/* linux extentions, but useful */
/* linux extensions, but useful */
long ru_maxrss;
long ru_ixrss;
long ru_idrss;