Skip to content

Commit

Permalink
Correct the function name in catch-all error handling case.
Browse files Browse the repository at this point in the history
MFC after:	1 week
  • Loading branch information
Bjoern A. Zeeb authored and Bjoern A. Zeeb committed Jun 17, 2015
1 parent 1eabd96 commit 8fe344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/ddb/db_sym.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ db_var_curvnet(struct db_variable *vp, db_expr_t *valuep, int op)
return (0);

default:
db_printf("db_var_curcpu: unknown operation\n");
db_printf("db_var_curvnet: unknown operation\n");
return (0);
}
}
Expand Down

0 comments on commit 8fe344f

Please sign in to comment.