~ubuntu-branches/ubuntu/trusty/protobuf/trusty-proposed

« back to all changes in this revision

Viewing changes to src/google/protobuf/compiler/plugin.proto

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-31 14:41:47 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110531144147-s41g5fozgvyo462l
Tags: 2.4.0a-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix linking with -lpthread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
    // in order to work correctly in that context.
132
132
    //
133
133
    // The code generator that generates the initial file and the one which
134
 
    // inserts into it must both run as part of a single invocatino of protoc.
 
134
    // inserts into it must both run as part of a single invocation of protoc.
135
135
    // Code generators are executed in the order in which they appear on the
136
136
    // command line.
137
137
    //