]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
Fix typos.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc32 / makecontext.c
index bd3d4f925d54da6d4e83e32a504230c79dff2077..5e64efa6afc3c851dd1257c10dddcd0d07b18274 100644 (file)
@@ -28,7 +28,7 @@
    Returning to the correct parent context is pretty simple on
    Sparc.  We only need to link up the register windows correctly.
    Since global registers are clobbered by calls, we need not be
-   concernred about those, and thus is all could be worked out without
+   concerned about those, and thus is all could be worked out without
    using a trampoline.
 
    Except that we must deal with the signal mask, thus a trampoline