Author: kib
Date: Sun Apr 24 13:22:14 2011
New Revision: 220987
URL: http://svn.freebsd.org/changeset/base/220987

Log:
  Fix typo.
  
  MFC after:    3 days

Modified:
  head/sys/sys/systm.h

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h        Sun Apr 24 11:01:42 2011        (r220986)
+++ head/sys/sys/systm.h        Sun Apr 24 13:22:14 2011        (r220987)
@@ -149,7 +149,7 @@ int nullop(void);
 int    eopnotsupp(void);
 int    ureadc(int, struct uio *);
 void   hashdestroy(void *, struct malloc_type *, u_long);
-void   *hashinit(int count, struct malloc_type *type, u_long *hashmark);
+void   *hashinit(int count, struct malloc_type *type, u_long *hashmask);
 void   *hashinit_flags(int count, struct malloc_type *type,
     u_long *hashmask, int flags);
 #define        HASH_NOWAIT     0x00000001
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to