X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fsiphash%2Fsiphash.h;h=6f39f9d586f9c6c8957cc30b564eb17bfdf6c787;hb=e2ae8d428bbb37ac84a8bec2b3d2d07de47710bd;hp=55a391d253549a415c1bb9a31a2f7f2856f90c96;hpb=480b3117c39b91fcb6d39c60222232b7608f5507;p=ccan diff --git a/ccan/siphash/siphash.h b/ccan/siphash/siphash.h index 55a391d2..6f39f9d5 100644 --- a/ccan/siphash/siphash.h +++ b/ccan/siphash/siphash.h @@ -28,7 +28,7 @@ * Returns one 64-bit word as the hash function result. * * Example: - * // Outputs "cf2794e0277187b7" + * // Outputs cf2794e0277187b7 * #include * #include *