diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-09-25 15:31:18 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-09-25 15:31:18 -0400 |
commit | b494502e57c78a71c93d25291ff592bfc9f2d2d7 (patch) | |
tree | ab4a701a2c19a2d3667e9f5dc6673d6486e52330 | |
parent | d1802bc3d2059bb6baaea88bf5976c98420ba4f3 (diff) | |
download | systemtap-steved-b494502e57c78a71c93d25291ff592bfc9f2d2d7.tar.gz systemtap-steved-b494502e57c78a71c93d25291ff592bfc9f2d2d7.tar.xz systemtap-steved-b494502e57c78a71c93d25291ff592bfc9f2d2d7.zip |
typo fix
-rw-r--r-- | tapset/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 48b6b86e..a1cf0132 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -4,7 +4,7 @@ 2007-09-25 Frank Ch. Eigler <fche@elastic.org> - * socket.stp (__i2n_ip_proto): Add a cast for 32-bit compatibility. + * nfs_proc.stp (__i2n_ip_proto): Add a cast for 32-bit compatibility. 2007-09-25 Frank Ch. Eigler <fche@elastic.org> |