From 98484174021bc93a9390b18a990f3272d68c9e7a Mon Sep 17 00:00:00 2001 From: Lance LI Date: Wed, 19 Apr 2017 13:50:52 +0800 Subject: [PATCH 1/2] [dcl.init] It is the 'initializer' who specifies an initial value for its 'preceding declarator' (#1615) --- source/declarators.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarators.tex b/source/declarators.tex index 5c884c27cb..5ee4aeafe4 100644 --- a/source/declarators.tex +++ b/source/declarators.tex @@ -2388,7 +2388,7 @@ \indextext{initialization|(} \pnum -A declarator can specify an initial value for the +An initializer can specify an initial value for the identifier being declared. The identifier designates a variable being initialized. The process of initialization described in the From d83760c540cecc9d3950a5df94b1a1feab0e063a Mon Sep 17 00:00:00 2001 From: Lance LI Date: Thu, 20 Apr 2017 12:10:49 +0800 Subject: [PATCH 2/2] [dcl.init] 'Initialize' can be used to specify an initial value (#1615) --- source/declarators.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarators.tex b/source/declarators.tex index 5ee4aeafe4..882d76f2d7 100644 --- a/source/declarators.tex +++ b/source/declarators.tex @@ -2388,7 +2388,7 @@ \indextext{initialization|(} \pnum -An initializer can specify an initial value for the +An initializer can be used to specify an initial value for the identifier being declared. The identifier designates a variable being initialized. The process of initialization described in the