summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r--lib/igt_core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 58d64dc2..99a82d5a 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -235,12 +235,12 @@
* An example configuration follows:
*
* |[<!-- language="plain" -->
- * # The common configuration secton follows.
+ * &num; The common configuration section follows.
* [Common]
* FrameDumpPath=/tmp # The path to dump frames that fail comparison checks
*
- * # The following section is used for configuring the Device Under Test.
- * # It is not mandatory and allows overriding default values.
+ * &num; The following section is used for configuring the Device Under Test.
+ * &num; It is not mandatory and allows overriding default values.
* [DUT]
* SuspendResumeDelay=10
* ]|