aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gob/parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/parse.cpp b/gob/parse.cpp
index 9b0318fa42..9007662c1d 100644
--- a/gob/parse.cpp
+++ b/gob/parse.cpp
@@ -965,7 +965,7 @@ void parse_printExpr(char arg_0) {
static char *savedPos = 0;
// printExpr() is not safe function. It suffers from unability to process
- // stopTokens. So ebnable it only temporary when you need debugging.
+ // stopTokens. So enable it only temporary when you need debugging.
return;
if (savedPos == 0) {