Update my name in test data and comments.

R=rnystrom@google.com
BUG=

Review URL: https://codereview.chromium.org//433753003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/csslib@38840 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/lib/parser.dart b/lib/parser.dart
index 059b75c..8fbf06e 100644
--- a/lib/parser.dart
+++ b/lib/parser.dart
@@ -1295,7 +1295,7 @@
    *       : '.' IDENT
    */
   simpleSelector() {
-    // TODO(terry): Nathan makes a good point parsing of namespace and element
+    // TODO(terry): Natalie makes a good point parsing of namespace and element
     //              are essentially the same (asterisk or identifier) other
     //              than the error message for element.  Should consolidate the
     //              code.