This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A more efficient way to loop in ptr_table_clear
[perl5.git] / scope.h
diff --git a/scope.h b/scope.h
index c83b13d..6a1c90e 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -200,7 +200,7 @@ Closing bracket on a callback.  See C<ENTER> and L<perlcall>.
  * SSNEWa() works like SSNEW(), but also aligns the data to the specified
  * number of bytes.  MEM_ALIGNBYTES is perhaps the most useful.  The
  * alignment will be preserved therough savestack reallocation *only* if
- * realloc returns data aligned to a size divisible by `align'!
+ * realloc returns data aligned to a size divisible by "align"!
  *
  * SSPTR() converts the index returned by SSNEW/SSNEWa() into a pointer.
  */