comparison lib/c-stack.c @ 16358:a712776b11ce

maint: spelling fixes
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 05 Feb 2012 13:42:03 -0800
parents 8250f2777afc
children e542fd46ad6f
comparison
equal deleted inserted replaced
16357:fb977cbd79e9 16358:a712776b11ce
235 assume that the rest of our program is perfect (!) and that 235 assume that the rest of our program is perfect (!) and that
236 this segmentation violation is a stack overflow. 236 this segmentation violation is a stack overflow.
237 237
238 Note that although both Linux and Solaris provide 238 Note that although both Linux and Solaris provide
239 sigaltstack, SA_ONSTACK, and SA_SIGINFO, currently only 239 sigaltstack, SA_ONSTACK, and SA_SIGINFO, currently only
240 Solaris satisfies the XSI heueristic. This is because 240 Solaris satisfies the XSI heuristic. This is because
241 Solaris populates uc_stack with the details of the 241 Solaris populates uc_stack with the details of the
242 interrupted stack, while Linux populates it with the details 242 interrupted stack, while Linux populates it with the details
243 of the current stack. */ 243 of the current stack. */
244 signo = 0; 244 signo = 0;
245 # else 245 # else