s/as/at/ in previous commit.
Pointed out by: jmallett@
This commit is contained in:
parent
13d06fd808
commit
c68ea8a640
@ -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 as %p\n",
|
||||
printf("%s%d: Embedded image %zd bytes at %p\n",
|
||||
MD_NAME, sc->unit, length, image);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user