Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
2950f613
Commit
2950f613
authored
Nov 02, 2015
by
Shane Snyder
Browse files
fix random typos in comments
parent
40d1dc03
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-log-format.h
View file @
2950f613
...
...
@@ -86,7 +86,7 @@ typedef uint64_t darshan_record_id;
/* the darshan_log_map structure is used to indicate the location of
* specific module data in a Darshan log. Note that 'off' and 'len' are
* the respective offset and length of the data in the file, in
* *
un
compressed* terms
* *compressed* terms
*/
struct
darshan_log_map
{
...
...
darshan-runtime/lib/darshan-core.c
View file @
2950f613
...
...
@@ -209,14 +209,14 @@ void darshan_core_initialize(int argc, char **argv)
/* collect information about command line and mounted file systems */
darshan_core
->
trailing_data
=
darshan_get_exe_and_mounts
(
darshan_core
);
}
/* maybe bootstrap modules with static initializers */
i
=
0
;
while
(
mod_static_init_fns
[
i
])
{
(
*
mod_static_init_fns
[
i
])();
i
++
;
/* bootstrap any modules with static initialization routines */
i
=
0
;
while
(
mod_static_init_fns
[
i
])
{
(
*
mod_static_init_fns
[
i
])();
i
++
;
}
}
}
...
...
@@ -980,7 +980,7 @@ static void darshan_get_exe_and_mounts_root(struct darshan_core_runtime *core,
NULL
};
/* length of exe has already been safety checked in darshan
-posix.c
*/
/* length of exe has already been safety checked in darshan
initialization
*/
strcat
(
trailing_data
,
core
->
exe
);
space_left
=
DARSHAN_EXE_LEN
-
strlen
(
trailing_data
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment