am 7b8c6c76: am a473027d: am 483a2c21: am 144f2e58: am 6a831b7d: fix typo in code comment

* commit '7b8c6c76ade5fee6a04d1b121d6870bf2c064871':
  fix typo in code comment
This commit is contained in:
Scott Main
2013-10-09 16:22:30 -07:00
committed by Android Git Automerger

View File

@ -122,11 +122,11 @@ public class MainActivity extends FragmentActivity {
return;
}
// Create an instance of ExampleFragment
// Create a new Fragment to be placed in the activity layout
HeadlinesFragment firstFragment = new HeadlinesFragment();
// In case this activity was started with special instructions from an Intent,
// pass the Intent's extras to the fragment as arguments
// In case this activity was started with special instructions from an
// Intent, pass the Intent's extras to the fragment as arguments
firstFragment.setArguments(getIntent().getExtras());
// Add the fragment to the 'fragment_container' FrameLayout