projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4adab86
)
fix comment typo
author
Matthew Fernandez
<matthew.fernandez@gmail.com>
Mon, 25 May 2020 20:44:50 +0000
(13:44 -0700)
committer
Matthew Fernandez
<matthew.fernandez@gmail.com>
Sun, 31 May 2020 02:41:15 +0000
(19:41 -0700)
lib/rbtree/stack.h
patch
|
blob
|
history
diff --git
a/lib/rbtree/stack.h
b/lib/rbtree/stack.h
index 7360db2acf3df2c24f25e44efe41aa9138776945..d3f3cec33f9a829cb4d472cde9299851c2f7abef 100644
(file)
--- 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 func
n
tion 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. */