From 7b4a162064d74b0fd082065e808485776ec9a0c5 Mon Sep 17 00:00:00 2001 From: Serguei Makarov Date: Wed, 15 Aug 2012 11:37:42 -0400 Subject: [PATCH] more typo fix for langref.tex --- doc/langref.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.tex b/doc/langref.tex index f1120e5ae..181b40f12 100644 --- a/doc/langref.tex +++ b/doc/langref.tex @@ -451,7 +451,7 @@ probe syscall.read = kernel.function("sys_read") { \index{+=} The statement block that follows an alias definition is implicitly added as an epilogue to any probe that refers to the alias. It is not useful -to define new variables there (since no subsequent code will see it), but +to define new variables there (since no subsequent code will see them), but rather the code can take action based upon variables set by the prologue or by the user code. The following is an example: -- 2.43.5