projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d47845
)
Fix typo in comment.
author
Ben Pfaff
<blp@gnu.org>
Sun, 5 Oct 2008 21:56:38 +0000
(14:56 -0700)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 12 Oct 2008 03:56:33 +0000
(20:56 -0700)
src/libpspp/sparse-array.c
patch
|
blob
|
history
diff --git
a/src/libpspp/sparse-array.c
b/src/libpspp/sparse-array.c
index eba5d8327a2f0b8e9202c8e3244d8b90ac17cd89..7af219bcb080cd0a75b8b6bf9f823d2f397618a1 100644
(file)
--- a/
src/libpspp/sparse-array.c
+++ b/
src/libpspp/sparse-array.c
@@
-88,7
+88,7
@@
struct sparse_array
/* An internal node in the radix tree. */
struct internal_node
{
- int count; /* Number of nonnul children. */
+ int count; /* Number of nonnul
l
children. */
union pointer down[PTRS_PER_LEVEL]; /* Children. */
};