mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
core, plugins: fix typos in comments on functions, use imperative
This commit is contained in:
@@ -40,7 +40,7 @@ TEST_GROUP(CoreSys)
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* sys_setrlimit_resource
|
||||
*/
|
||||
|
||||
@@ -50,7 +50,7 @@ TEST(CoreSys, SetrlimitResource)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* sys_setrlimit
|
||||
*/
|
||||
|
||||
@@ -60,7 +60,7 @@ TEST(CoreSys, Setrlimit)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* sys_display_rlimit
|
||||
*/
|
||||
|
||||
@@ -70,7 +70,7 @@ TEST(CoreSys, DisplayRlimit)
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* Test functions:
|
||||
* sys_display_rusage
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user