Fix target name.
authorArthur Crippa Búrigo <arthurcburigo@gmail.com>
Sat, 23 Feb 2019 01:11:06 +0000 (17:11 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 23 Feb 2019 01:27:16 +0000 (17:27 -0800)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17365

Differential Revision: D14195831

Pulled By: soumith

fbshipit-source-id: fdf03f086f650148c34f4c548c66ef1eee698f05

scripts/build_raspbian.sh

index 659e02e..ae61a6d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 ##############################################################################
-# Example command to build the android target.
+# Example command to build the Raspbian target.
 ##############################################################################
 # 
 # This script shows how one can build a Caffe2 binary for raspbian. The build
@@ -28,7 +28,7 @@ sudo apt-get install \
 # python dependencies
 sudo pip install hypothesis
 
-# Now, actually build the android target.
+# Now, actually build the raspbian target.
 echo "Building caffe2"
 cd $BUILD_ROOT