]> granicus.if.org Git - graphviz/commitdiff
fix comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 25 May 2020 20:44:50 +0000 (13:44 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 31 May 2020 02:41:15 +0000 (19:41 -0700)
lib/rbtree/stack.h

index 7360db2acf3df2c24f25e44efe41aa9138776945..d3f3cec33f9a829cb4d472cde9299851c2f7abef 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
 /*                "stk_" to prevent name conflicts. */
 /*                                                                      */
 /*                Function names: Each word in a function name begins with */
-/*                a capital letter.  An example funcntion name is  */
+/*                a capital letter.  An example function name is  */
 /*                CreateRedTree(a,b,c). Furthermore, each function name */
 /*                should begin with a capital letter to easily distinguish */
 /*                them from variables. */