[PATCH] Fix typos in op_netburst.c file
Roberto Oliveira <[email protected]>
| Newsgroups | gmane.linux.oprofile |
|---|---|
| Message-ID | <[email protected]> |
From 986d7342fc79c9830f47c8bf3ab85dce63d0dac4 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira <[email protected]> Date: Mon, 24 Jul 2017 13:29:41 -0400 Subject: [PATCH] Fix typos in op_netburst.c file Fix 'conjuction' and 'occurances' typos in op_netburst.c Signed-off-by: Roberto Oliveira <[email protected]> --- libop/op_netburst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libop/op_netburst.c b/libop/op_netburst.c index 04198a23..658d84d9 100644 --- a/libop/op_netburst.c +++ b/libop/op_netburst.c @@ -376,7 +376,7 @@ netburst_entry_t op_netburst_events[] = { .desc = "Number of entries (clipped at 15) in the IOQ that are " "active. An allocated entry can be a sector (64 bytes) " "or a chunk of 8 bytes. This event must be programmed in " - "conjuction with IOQ_allocation. All 'TYPE_BIT*' event-masks " + "conjunction with IOQ_allocation. All 'TYPE_BIT*' event-masks " "together are treated as a single 5-bit value", .event_select = 0x1A, .escr_select = 0x6, @@ -1475,7 +1475,7 @@ netburst_entry_t op_netburst_events[] = { /* 44 */ {.name = "MACHINE_CLEAR", - .desc = "Number of occurances when the entire " + .desc = "Number of occurrences when the entire " "pipeline of the machine is cleared", .event_select = 0x2, .escr_select = 0x5, @@ -1486,7 +1486,7 @@ netburst_entry_t op_netburst_events[] = { .desc = "Counts for a portion of the many cycles while the " "machine is cleared for any cause. Use edge-" "triggering for this bit only to get a count of " - "occurances versus a duration", + "occurrences versus a duration", .bit = 0, }, {.name = "MOCLEAR", -- 2.13.3 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ oprofile-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oprofile-list
0001-Fix-typos-in-op_netburst.c-file.patch
(text/x-patch, 1.7 KB)
From 986d7342fc79c9830f47c8bf3ab85dce63d0dac4 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira <[email protected]> Date: Mon, 24 Jul 2017 13:29:41 -0400 Subject: [PATCH] Fix typos in op_netburst.c file Fix 'conjuction' and 'occurances' typos in op_netburst.c Signed-off-by: Roberto Oliveira <[email protected]> --- libop/op_netburst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libop/op_netburst.c b/libop/op_netburst.c index 04198a23..658d84d9 100644 --- a/libop/op_netburst.c +++ b/libop/op_netburst.c @@ -376,7 +376,7 @@ netburst_entry_t op_netburst_events[] = { .desc = "Number of entries (clipped at 15) in the IOQ that are " "active. An allocated entry can be a sector (64 bytes) " "or a chunk of 8 bytes. This event must be programmed in " - "conjuction with IOQ_allocation. All 'TYPE_BIT*' event-masks " + "conjunction with IOQ_allocation. All 'TYPE_BIT*' event-masks " "together are treated as a single 5-bit value", .event_select = 0x1A, .escr_select = 0x6, @@ -1475,7 +1475,7 @@ netburst_entry_t op_netburst_events[] = { /* 44 */ {.name = "MACHINE_CLEAR", - .desc = "Number of occurances when the entire " + .desc = "Number of occurrences when the entire " "pipeline of the machine is cleared", .event_select = 0x2, .escr_select = 0x5, @@ -1486,7 +1486,7 @@ netburst_entry_t op_netburst_events[] = { .desc = "Counts for a portion of the many cycles while the " "machine is cleared for any cause. Use edge-" "triggering for this bit only to get a count of " - "occurances versus a duration", + "occurrences versus a duration", .bit = 0, }, {.name = "MOCLEAR", -- 2.13.3