]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/unwind-libunwind.c
alias.c: Fix comment formatting.
[thirdparty/gcc.git] / gcc / unwind-libunwind.c
index 0f425978fbd101d680ac6ee2ae29e68df121a221..054f9838c1e343da08132739e02c7653d650b322 100644 (file)
@@ -126,7 +126,7 @@ _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
   unw_set_reg (&context->cursor, index, val);
 #ifdef UNW_TARGET_IA64
   if (index >= UNW_IA64_GR && index <= UNW_IA64_GR + 127)
-    /* Clear the NaT bit. */
+    /* Clear the NaT bit.  */
     unw_set_reg (&context->cursor, UNW_IA64_NAT + (index - UNW_IA64_GR), 0);
 #endif
 }