diff options
Diffstat (limited to 'lib/erl_interface/src')
| -rw-r--r-- | lib/erl_interface/src/INSTALL | 4 | ||||
| -rw-r--r-- | lib/erl_interface/src/misc/ei_pthreads.c | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/lib/erl_interface/src/INSTALL b/lib/erl_interface/src/INSTALL index b42a17ac46..bf3ca8b6a5 100644 --- a/lib/erl_interface/src/INSTALL +++ b/lib/erl_interface/src/INSTALL @@ -122,10 +122,10 @@ you can use the `configure' options `--x-includes=DIR' and  Specifying the System Type  ========================== -   There may be some features `configure' can not figure out +   There may be some features `configure' cannot figure out  automatically, but needs to determine by the type of host the package  will run on.  Usually `configure' can figure that out, but if it prints -a message saying it can not guess the host type, give it the +a message saying it cannot guess the host type, give it the  `--host=TYPE' option.  TYPE can either be a short name for the system  type, such as `sun4', or a canonical name with three fields:       CPU-COMPANY-SYSTEM diff --git a/lib/erl_interface/src/misc/ei_pthreads.c b/lib/erl_interface/src/misc/ei_pthreads.c index 8b34364659..8c7e86555d 100644 --- a/lib/erl_interface/src/misc/ei_pthreads.c +++ b/lib/erl_interface/src/misc/ei_pthreads.c @@ -78,7 +78,7 @@ static void tls_init_once(void)  	errno_tls_index = TlsAlloc();  	if (errno_tls_index == TLS_OUT_OF_INDEXES) {  	    fprintf(stderr,  -		    "FATAL ERROR: can not allocate TLS index for " +		    "FATAL ERROR: cannot allocate TLS index for "  		    "erl_errno (error code = %d)!\n",GetLastError());  	    exit(1);  	} | 
