Skip to content

Commit 454e879

Browse files
cjihrigtargos
authored andcommitted
doc: fix incorrect name in report docs
In diagnostic reports, the CPUs are listed in a "cpus" field. This commit fixes the docs, which refer to the field as "osCpus" PR-URL: #28830 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 860c0d8 commit 454e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ is provided below for reference.
6363
"osRelease": "3.10.0-862.el7.x86_64",
6464
"osVersion": "#1 SMP Wed Mar 21 18:14:51 EDT 2018",
6565
"osMachine": "x86_64",
66-
"osCpus": [
66+
"cpus": [
6767
{
6868
"model": "Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz",
6969
"speed": 2700,

0 commit comments

Comments
 (0)