mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r6431] Purpose:
Comment cleanup Description: Corrected comment information.
This commit is contained in:
parent
8fc3673745
commit
9005dfcdc2
@ -24,12 +24,6 @@
|
||||
* first called functions will have entries on the stack. This is
|
||||
* expected to be a rare condition.
|
||||
*
|
||||
* Each thread has its own function stack, but since
|
||||
* multi-threading has not been added to the library yet, this
|
||||
* package maintains a single function stack. The function stack
|
||||
* is statically allocated to reduce the complexity of handling
|
||||
* errors within the H5FS package.
|
||||
*
|
||||
*/
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5FSprivate.h" /* Private function stack routines */
|
||||
|
@ -24,12 +24,6 @@
|
||||
* first called functions will have entries on the stack. This is
|
||||
* expected to be a rare condition.
|
||||
*
|
||||
* Each thread has its own function stack, but since
|
||||
* multi-threading has not been added to the library yet, this
|
||||
* package maintains a single function stack. The function stack
|
||||
* is statically allocated to reduce the complexity of handling
|
||||
* errors within the H5FS package.
|
||||
*
|
||||
*/
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5FSprivate.h" /* Private function stack routines */
|
||||
|
Loading…
x
Reference in New Issue
Block a user