From: Matthew Fernandez Date: Mon, 25 May 2020 20:44:50 +0000 (-0700) Subject: fix comment typo X-Git-Tag: 2.44.1~49^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fea7a50cf50eaceebb78c129d0702b5561398eae;p=graphviz fix comment typo --- diff --git a/lib/rbtree/stack.h b/lib/rbtree/stack.h index 7360db2ac..d3f3cec33 100644 --- a/lib/rbtree/stack.h +++ b/lib/rbtree/stack.h @@ -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. */