summaryrefslogtreecommitdiff
path: root/Documentation/translations/ja_JP
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2022-11-10 00:17:54 +0300
committerJonathan Corbet <corbet@lwn.net>2022-11-10 00:17:54 +0300
commit6d864a857606c7d59bcf955d7de6b5016c067f66 (patch)
treeeb3fc55a042fa56b38b9e15b568c6ae0c29853ba /Documentation/translations/ja_JP
parentfcddf9f5e324fe72c6bc7099687e6d3ac475c061 (diff)
parent2f3f53d62307262f0086804ea7cea99b0e085450 (diff)
downloadlinux-6d864a857606c7d59bcf955d7de6b5016c067f66.tar.xz
Merge branch 'docs-fixes' into docs-mw
Bring all of the 6.1 documentation fixes in.
Diffstat (limited to 'Documentation/translations/ja_JP')
-rw-r--r--Documentation/translations/ja_JP/howto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/ja_JP/howto.rst b/Documentation/translations/ja_JP/howto.rst
index 4e7c09d070ae..9b0b3436dfcf 100644
--- a/Documentation/translations/ja_JP/howto.rst
+++ b/Documentation/translations/ja_JP/howto.rst
@@ -65,7 +65,7 @@ Linux カーネル開発のやり方
- 『新・詳説 C 言語 H&S リファレンス』 (サミュエル P ハービソン/ガイ L スティール共著 斉藤 信男監訳)[ソフトバンク]
カーネルは GNU C と GNU ツールチェインを使って書かれています。カーネル
-は ISO C89 仕様に準拠して書く一方で、標準には無い言語拡張を多く使って
+は ISO C11 仕様に準拠して書く一方で、標準には無い言語拡張を多く使って
います。カーネルは標準 C ライブラリに依存しない、C 言語非依存環境です。
そのため、C の標準の中で使えないものもあります。特に任意の long long
の除算や浮動小数点は使えません。カーネルがツールチェインや C 言語拡張