This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse $obj->$meth=... [perl #62498]
[perl5.git] / scope.h
diff --git a/scope.h b/scope.h
index 7ebd52a..113f4e8 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -256,7 +256,7 @@ scope has the given name. Name must be a literal string.
  * pointer would get broken if the savestack is moved on reallocation.
  * 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
+ * alignment will be preserved through savestack reallocation *only* if
  * realloc returns data aligned to a size divisible by "align"!
  *
  * SSPTR() converts the index returned by SSNEW/SSNEWa() into a pointer.