Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
fd2e5cc5
Commit
fd2e5cc5
authored
Aug 13, 2015
by
marcel
Browse files
s/as/at/ in previous commit.
Pointed out by: jmallett@
parent
927510ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/dev/md/md.c
View file @
fd2e5cc5
...
...
@@ -1565,7 +1565,7 @@ md_preloaded(u_char *image, size_t length, const char *name)
printf
(
"%s%d: Preloaded image <%s> %zd bytes at %p
\n
"
,
MD_NAME
,
sc
->
unit
,
name
,
length
,
image
);
}
else
{
printf
(
"%s%d: Embedded image %zd bytes a
s
%p
\n
"
,
printf
(
"%s%d: Embedded image %zd bytes a
t
%p
\n
"
,
MD_NAME
,
sc
->
unit
,
length
,
image
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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