Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: runtime/vm/ast.h

Issue 11801023: Cleanups. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/double.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/ast.h
===================================================================
--- runtime/vm/ast.h (revision 16730)
+++ runtime/vm/ast.h (working copy)
@@ -946,7 +946,7 @@
// A local variable load can optionally be a pair of an arbitrary 'pseudo'
// AST node followed by the load. The pseudo node is evaluated for its
// side-effects and the value of the expression is the value of the local
- // load after evaluating the pseudo node. Psuedo nodes are used, e.g., in
+ // load after evaluating the pseudo node. Pseudo nodes are used, e.g., in
// the desugaring of postincrement and cascade expressions.
LoadLocalNode(intptr_t token_pos, const LocalVariable* local, AstNode* pseudo)
: AstNode(token_pos), local_(*local), pseudo_(pseudo) {
« no previous file with comments | « runtime/lib/double.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698