Skip to content

Commit

Permalink
htab: remove "based on a string" comment
Browse files Browse the repository at this point in the history
The speculation code (upcoming) will have htabs of non-strings.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
nickalcock authored and kvanhees committed Oct 12, 2021
1 parent 9939955 commit a981b73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libdtrace/dt_htab.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/

/*
* This file provides a generic hashtable implementation for structures that
* are hashed based on a string.
* This file provides a generic hashtable implementation.
*
* Code that uses this must provide a dt_htab_ops_t struct with helper
* functions to be used for manipulating the hashtable. The following
Expand Down

0 comments on commit a981b73

Please sign in to comment.