summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaharu Noguchi <nogunix@gmail.com>2026-01-04 14:58:41 +0300
committerJonathan Corbet <corbet@lwn.net>2026-01-07 00:33:30 +0300
commitc7bba35efa79008643b39611b29ad8ced44a9dac (patch)
treea426f0deafb146c89de8ba5e587fac44617c6d77
parentb09ee709a93cc561957288387e3a75f1e0893edf (diff)
downloadlinux-c7bba35efa79008643b39611b29ad8ced44a9dac.tar.xz
docs/ja_JP: fix translation of freestanding C environment
The current Japanese translation incorrectly implies that the kernel is independent of the C language. Translate "freestanding C environment" accurately. Signed-off-by: Masaharu Noguchi <nogunix@gmail.com> Reviewed-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260104-ja-howto-v2-2-8cac525b3dfe@gmail.com>
-rw-r--r--Documentation/translations/ja_JP/process/howto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/ja_JP/process/howto.rst b/Documentation/translations/ja_JP/process/howto.rst
index a47d7679364a..8ab47fc710fc 100644
--- a/Documentation/translations/ja_JP/process/howto.rst
+++ b/Documentation/translations/ja_JP/process/howto.rst
@@ -49,7 +49,7 @@ Linux カーネル開発のやり方
カーネルは GNU C と GNU ツールチェインを使って書かれています。カーネル
は ISO C11 仕様に準拠して書く一方で、標準には無い言語拡張を多く使って
-います。カーネルは標準 C ライブラリに依存しない、C 言語非依存環境です。
+います。カーネルは標準 C ライブラリに依存しない、自立した C 環境です。
そのため、C の標準の中で使えないものもあります。特に任意の long long
の除算や浮動小数点は使えません。カーネルがツールチェインや C 言語拡張
に置いている前提がどうなっているのかわかりにくいことが時々あり、また、