Skip to content

Commit 89af337

Browse files
committed
realloc: 未定義 → 未規定
1 parent 0c244fb commit 89af337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/cstdlib/realloc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int main() {
5959
std::free(p);
6060
std::cerr << "realloc failed" << std::endl;
6161
return 1;
62-
}// 拡張後の内容を出力(追加領域の値は未定義
62+
}// 拡張後の内容を出力(追加領域の値は未規定
6363
for (int i = 0; i < 10; ++i) {
6464
std::cout << q[i] << ' ';
6565
}

0 commit comments

Comments
 (0)