aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-06 14:43:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-06 14:43:35 +0900
commit9059d42c416c4b6aea6acd84f03b91968c12da4a (patch)
tree8ab8c262caa2f7274c7e29c3c620fcb8cb44579f /process.c
parenta763d085e446d4a3cb09bd5f6bcaffc30484e804 (diff)
downloadruby-9059d42c416c4b6aea6acd84f03b91968c12da4a.tar.gz
Align comment [ci skip]
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index c215c1f70d..7409bb24a7 100644
--- a/process.c
+++ b/process.c
@@ -8848,7 +8848,7 @@ proc_warmup(VALUE _)
* The key for such an option may be an integer file descriptor (fd),
* specifying a source,
* or an array of fds, specifying multiple sources.
-
+ *
* An integer source fd may be specified as:
*
* - _n_: Specifies file descriptor _n_.