X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fssl%2Fssl_hs_server.c;h=a6be5e74ac0e53d812f71dbb8175df6ace8b0123;hp=5dd30a19fa0c2132c10dda63aed54f78468fc89b;hb=d69276c18d55480e1bfa4b4c28b31062a706f6f0;hpb=8e86598b33f9df81d1f77d6cc32568d9ae119d67 diff --git a/src/ssl/ssl_hs_server.c b/src/ssl/ssl_hs_server.c index 5dd30a1..a6be5e7 100644 --- a/src/ssl/ssl_hs_server.c +++ b/src/ssl/ssl_hs_server.c @@ -86,7 +86,7 @@ void br_ssl_hs_server_run(void *t0ctx); * specific name. It must be noted that since the engine context is the * first field of the br_ssl_server_context structure ('eng'), then * pointers values of both types are interchangeable, modulo an - * appropriate cast. This also means that "adresses" computed as offsets + * appropriate cast. This also means that "addresses" computed as offsets * within the structure work for both kinds of context. */ #define CTX ((br_ssl_server_context *)ENG)