]> granicus.if.org Git - graphviz/commitdiff
CMake: [nfc] fix a comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Feb 2022 02:39:57 +0000 (13:39 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Feb 2022 04:28:59 +0000 (15:28 +1100)
cmd/tools/CMakeLists.txt

index 30cb39fbdc22a3da3f90c576e66f1cee650da034..36cbce708760e11a0e523d87746dadffacc6b512 100644 (file)
@@ -34,7 +34,7 @@ endfunction(tool_defaults)
 # ================================ simple tools ================================
 # These tools have a single source file and share linked libraries, etc.
 
-# This function adds a simple tool using only it's name
+# This function adds a simple tool using only its name
 function(add_simple_tool name)
   add_executable(${name} ${name}.c)