1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

Merge pull request #332 from siddhanathan/typo

Fix typo
This commit is contained in:
setrofim 2017-01-13 05:25:02 +00:00 committed by GitHub
commit 340ae72ca2

View File

@ -87,7 +87,7 @@ device_config = dict(
#################################################################################################### ####################################################################################################
################################### Instrumention Configuration #################################### ################################### Instrumentation Configuration ####################################
#################################################################################################### ####################################################################################################
# This defines the additionnal instrumentation that will be enabled during workload execution, # # This defines the additionnal instrumentation that will be enabled during workload execution, #
# which in turn determines what additional data (such as /proc/interrupts content or Streamline # # which in turn determines what additional data (such as /proc/interrupts content or Streamline #
@ -192,7 +192,7 @@ logging = {
#################################################################################################### ####################################################################################################
#################################### Instruments Configuration ##################################### #################################### Instruments Configuration #####################################
#################################################################################################### ####################################################################################################
# Instrumention Configuration is related to specific instrument's settings. Some of the # # Instrumentation Configuration is related to specific instrument's settings. Some of the #
# instrumentations require specific settings in order for them to work. These settings are # # instrumentations require specific settings in order for them to work. These settings are #
# specified here. # # specified here. #
# Note that these settings only take effect if the corresponding instrument is # Note that these settings only take effect if the corresponding instrument is