Skip to content
Snippets Groups Projects
Commit 10966725 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #9808 from ctiller/rmw

Fix typo
parents 0b58a16d ebcba69b
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ columns = [
('cli_stream_stalls_per_iteration', 'float'),
('svr_transport_stalls_per_iteration', 'float'),
('svr_stream_stalls_per_iteration', 'float'),
('atm_cas_per_iteration', 'float')
('atm_cas_per_iteration', 'float'),
('atm_add_per_iteration', 'float')
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment