[ci] Fix comment
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fc62089..5e0b422 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -37,7 +37,7 @@
         clang-format -version
       displayName: 'Display tool versions'
 
-#   XXX: Python lint checks are until Issue #313 is resolved
+#   XXX: Python lint checks are disabled until Issue #313 is resolved
 #    - bash: find ./util -iname '*.py' -print0 | xargs -0 -n1 $PWD/util/lintpy.py -f
 #      displayName: 'Run Python lint'